Nothing more than a distinguishing subclass of Insert used to indicate
intent.
Some subclasses of this also provided some additional
functionality or semantic to the genernated SQL statement string.
Namespace: NHibernate.Id.InsertAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public class IdentifierGeneratingInsert : SqlInsertBuilder |
Visual Basic |
---|
Public Class IdentifierGeneratingInsert _ Inherits SqlInsertBuilder |
Visual C++ |
---|
public ref class IdentifierGeneratingInsert : public SqlInsertBuilder |
Inheritance Hierarchy
System..::..Object
NHibernate.SqlCommand..::..SqlInsertBuilder
NHibernate.Id.Insert..::..IdentifierGeneratingInsert
NHibernate.Id.Insert..::..InsertSelectIdentityInsert
NHibernate.Id.Insert..::..NoCommentsInsert
NHibernate.SqlCommand..::..SqlInsertBuilder
NHibernate.Id.Insert..::..IdentifierGeneratingInsert
NHibernate.Id.Insert..::..InsertSelectIdentityInsert
NHibernate.Id.Insert..::..NoCommentsInsert