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

Syntax

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

See Also