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

Syntax

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

See Also