Gets a boolean indicating if the sql statement should be prepared. The value is calculated from hibernate.adonet.batch_size if the value exists and greater than 0.

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

Syntax

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

See Also