The syntax that returns the identity value of the last insert, if native key generation is supported

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

Syntax

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

See Also