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

Syntax

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

See Also