Global number of executed queries

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

Syntax

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

See Also