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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property CanBeBatched As Boolean
C#
public virtual bool CanBeBatched { get; }
Visual C++
public:
virtual property bool CanBeBatched {
	bool get ();
}
JavaScript
function get_canBeBatched();

Implements

IExpectation..::.CanBeBatched

See Also