Return the batch command to be executed

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

Syntax

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

See Also