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) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool IsIdentifierAssignedByInsert { get; }
Visual Basic
ReadOnly Property IsIdentifierAssignedByInsert As Boolean
	Get
Visual C++
property bool IsIdentifierAssignedByInsert {
	bool get ();
}

Remarks

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

See Also