Does the dialect support some form of inserting and selecting the generated IDENTITY value all in the same statement.

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

Syntax

C#
public virtual bool SupportsInsertSelectIdentity { get; }
Visual Basic
Public Overridable ReadOnly Property SupportsInsertSelectIdentity As Boolean
	Get
Visual C++
public:
virtual property bool SupportsInsertSelectIdentity {
	bool get ();
}

See Also