Gets the current IDbCommand that is contained for this Batch
Namespace:
NHibernate.ImplAssembly: 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(); |