Global number of collections fetched

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

Syntax

C#
long CollectionFetchCount { get; }
Visual Basic
ReadOnly Property CollectionFetchCount As Long
	Get
Visual C++
property long long CollectionFetchCount {
	long long get ();
}

See Also