The number of commands batched in this instance

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

Syntax

C#
public int CountOfCommands { get; }
Visual Basic
Public ReadOnly Property CountOfCommands As Integer
	Get
Visual C++
public:
property int CountOfCommands {
	int get ();
}

See Also