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

Syntax

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

See Also