Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsBatchable As Boolean
C#
public bool IsBatchable { get; }
Visual C++
public:
property bool IsBatchable {
	bool get ();
}
JavaScript
function get_isBatchable();

See Also