The keyword used to specify an identity column, 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 virtual string IdentityColumnString { get; }
Visual Basic
Public Overridable ReadOnly Property IdentityColumnString As String
	Get
Visual C++
public:
virtual property String^ IdentityColumnString {
	String^ get ();
}

See Also