Gets the current IDbCommand that is contained for this Batch

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

Syntax

C#
protected IDbCommand CurrentCommand { get; }
Visual Basic
Protected ReadOnly Property CurrentCommand As IDbCommand
	Get
Visual C++
protected:
property IDbCommand^ CurrentCommand {
	IDbCommand^ get ();
}

Field Value

The current IDbCommand.

See Also