Gets the current IDbCommand that is contained for this Batch

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

Syntax

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

Field Value

The current IDbCommand.

See Also