When implemented by a class, gets a boolean indicating if the mapped class
has a version property.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public abstract bool IsVersioned { get; } |
| Visual Basic |
|---|
Public MustOverride ReadOnly Property IsVersioned As Boolean Get |
| Visual C++ |
|---|
public: virtual property bool IsVersioned { bool get () abstract; } |