Get the select command to use to retrieve the last generated IDENTITY value.

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

Syntax

C#
public virtual string IdentitySelectString { get; }
Visual Basic
Public Overridable ReadOnly Property IdentitySelectString As String
	Get
Visual C++
public:
virtual property String^ IdentitySelectString {
	String^ get ();
}

Return Value

The appropriate select command

See Also