Do we currently have any internal entries corresponding to loading collections?

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

Syntax

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

Return Value

True if we currently hold state pertaining to loading collections; false otherwise.

See Also