Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy requires an subsequent select after the insert to determine the generated identifier.

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

Syntax

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

Inheritance Hierarchy

See Also