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

Syntax

Visual Basic (Declaration)
Public Property IsInsertable As Boolean
C#
public bool IsInsertable { get; set; }
Visual C++
public:
property bool IsInsertable {
	bool get ();
	void set (bool value);
}
JavaScript
function get_isInsertable();
function set_isInsertable(value);

See Also