Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the generated identitifer to be returned as an effect of performing the insert statement. Thus, there is no need for an additional sql statement to determine the generated identitifer.

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

Syntax

C#
public abstract class AbstractReturningDelegate : IInsertGeneratedIdentifierDelegate
Visual Basic
Public MustInherit Class AbstractReturningDelegate _
	Implements IInsertGeneratedIdentifierDelegate
Visual C++
public ref class AbstractReturningDelegate abstract : IInsertGeneratedIdentifierDelegate

Inheritance Hierarchy

See Also