Statistics SPI

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

Syntax

C#
public IStatisticsImplementor StatisticsImplementor { get; }
Visual Basic
Public ReadOnly Property StatisticsImplementor As IStatisticsImplementor
	Get
Visual C++
public:
virtual property IStatisticsImplementor^ StatisticsImplementor {
	IStatisticsImplementor^ get () sealed;
}

Implements

ISessionFactoryImplementor..::..StatisticsImplementor

See Also