Gets a boolean indicating if the mapped class has a version property.
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides ReadOnly Property IsVersioned As Boolean |
C# |
---|
public override bool IsVersioned { get; } |
Visual C++ |
---|
public: virtual property bool IsVersioned { bool get () override; } |
JavaScript |
---|
function get_isVersioned(); |