Get the global number of flush executed by sessions (either implicit or explicit)

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

Syntax

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

See Also