For versioned entities, get the name of the column (again, expected on the root table) used to store the version values.

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also