Get the number of entity 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 EntityCount { get; }
Visual Basic
ReadOnly Property EntityCount As Integer
	Get
Visual C++
property int EntityCount {
	int get ();
}

See Also