Get the statistics for this session factory

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

Syntax

C#
IStatistics Statistics { get; }
Visual Basic
ReadOnly Property Statistics As IStatistics
	Get
Visual C++
property IStatistics^ Statistics {
	IStatistics^ get ();
}

See Also