[Missing <summary> documentation for "P:NHibernate.Stat.StatisticsImpl.CloseStatementCount"]

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

Syntax

C#
public long CloseStatementCount { get; }
Visual Basic
Public ReadOnly Property CloseStatementCount As Long
	Get
Visual C++
public:
virtual property long long CloseStatementCount {
	long long get () sealed;
}

Implements

IStatistics..::..CloseStatementCount

See Also