The number of commands batched in this instance

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property CountOfCommands As Integer
C#
public int CountOfCommands { get; }
Visual C++
public:
virtual property int CountOfCommands {
	int get () sealed;
}
JavaScript
function get_countOfCommands();

See Also