IInsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the generated identitifer to be returned, as an effect of performing the insert statement, in a Output parameter. 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 class OutputParamReturningDelegate : AbstractReturningDelegate
Visual Basic
Public Class OutputParamReturningDelegate _
	Inherits AbstractReturningDelegate
Visual C++
public ref class OutputParamReturningDelegate : public AbstractReturningDelegate

Inheritance Hierarchy

See Also