Delegate for dealing with IDENTITY columns where the dialect supports returning the generated IDENTITY value directly from the insert statement.

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

Syntax

C#
public class InsertSelectDelegate : AbstractReturningDelegate, 
	IInsertGeneratedIdentifierDelegate
Visual Basic
Public Class InsertSelectDelegate _
	Inherits AbstractReturningDelegate _
	Implements IInsertGeneratedIdentifierDelegate
Visual C++
public ref class InsertSelectDelegate : public AbstractReturningDelegate, 
	IInsertGeneratedIdentifierDelegate

Inheritance Hierarchy

System..::..Object
  NHibernate.Id.Insert..::..AbstractReturningDelegate
    NHibernate.Id..::..IdentityGenerator..::..InsertSelectDelegate

See Also