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.Insert
Assembly: 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

See Also