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

Syntax

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

See Also