Get the database-specific SQL command to retrieve the last generated IDENTITY value.

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

Syntax

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

See Also