The keyword used to insert a generated value into an identity column (or null). Need if the dialect does not support inserts that specify no column values.

Namespace: NHibernate.Dialect
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public virtual string IdentityInsertString { get; }
Visual Basic
Public Overridable ReadOnly Property IdentityInsertString As String
	Get
Visual C++
public:
virtual property String^ IdentityInsertString {
	String^ get ();
}

See Also