Enable/Disable statistics logs (this is a dynamic parameter)

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

Syntax

C#
bool IsStatisticsEnabled { get; set; }
Visual Basic
Property IsStatisticsEnabled As Boolean
	Get
	Set
Visual C++
property bool IsStatisticsEnabled {
	bool get ();
	void set (bool value);
}

See Also