Specialized IdentifierGeneratingInsert which appends the database specific clause which signifies to return generated identifier values to the end of the insert statement.

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

Syntax

C#
public class ReturningIdentifierInsert : NoCommentsInsert
Visual Basic
Public Class ReturningIdentifierInsert _
	Inherits NoCommentsInsert
Visual C++
public ref class ReturningIdentifierInsert : public NoCommentsInsert

Remarks