Is the identifier assigned before the insert by an IDGenerator or is it returned by the Insert() method?

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

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

Remarks

This determines which form of Insert() will be called.

See Also