Delegate for dealing with IDENTITY columns where the dialect requires an additional command execution to retrieve the generated IDENTITY value

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  NHibernate.Id.Insert..::..AbstractSelectingDelegate
    NHibernate.Id..::..IdentityGenerator..::..BasicDelegate

See Also