Return the batch command to be executed

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property BatchCommand As IDbCommand
C#
public IDbCommand BatchCommand { get; }
Visual C++
public:
virtual property IDbCommand^ BatchCommand {
	IDbCommand^ get () sealed;
}
JavaScript
function get_batchCommand();

See Also