Get the statistics for this session factory
Namespace: NHibernate.ImplAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public IStatistics Statistics { get; } |
Visual Basic |
---|
Public ReadOnly Property Statistics As IStatistics Get |
Visual C++ |
---|
public: virtual property IStatistics^ Statistics { IStatistics^ get () sealed; } |