Return the batch command to be executed

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

Syntax

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

See Also