Do we currently have any registered internal entries corresponding to loading collections? True if we currently hold state pertaining to a registered loading collections; false otherwise.

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

Syntax

C#
public bool HasRegisteredLoadingCollectionEntries { get; }
Visual Basic
Public ReadOnly Property HasRegisteredLoadingCollectionEntries As Boolean
	Get
Visual C++
public:
property bool HasRegisteredLoadingCollectionEntries {
	bool get ();
}

See Also