Get the type of versioning (optional operation)

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

Syntax

Visual Basic (Declaration)
ReadOnly Property VersionType As IVersionType
C#
IVersionType VersionType { get; }
Visual C++
property IVersionType^ VersionType {
	IVersionType^ get ();
}
JavaScript
function get_versionType();

See Also