Retrieve this persistence context's managed load context.

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public LoadContexts LoadContexts { get; }
Visual Basic
Public ReadOnly Property LoadContexts As LoadContexts
	Get
Visual C++
public:
virtual property LoadContexts^ LoadContexts {
	LoadContexts^ get () sealed;
}

Implements

IPersistenceContext..::..LoadContexts

See Also