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

Syntax

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

See Also