Get the number of collection instances associated with the session

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

Syntax

C#
int CollectionCount { get; }
Visual Basic
ReadOnly Property CollectionCount As Integer
	Get
Visual C++
property int CollectionCount {
	int get ();
}

See Also