The query that insert a row into the root table, letting the database generate an id

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

Syntax

Visual Basic (Declaration)
Protected ReadOnly Property SqlIdentityInsertString As SqlCommandInfo
C#
protected SqlCommandInfo SqlIdentityInsertString { get; }
Visual C++
protected:
property SqlCommandInfo^ SqlIdentityInsertString {
	SqlCommandInfo^ get ();
}
JavaScript
function get_sqlIdentityInsertString();

See Also