When implemented by a class, gets a boolean indicating if the mapped class
has a version property.
Namespace:
NHibernate.Mapping
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property IsVersioned As Boolean |
C# |
---|
public abstract bool IsVersioned { get; } |
Visual C++ |
---|
public:
virtual property bool IsVersioned {
bool get () abstract;
} |
JavaScript |
---|
function get_isVersioned();
|
Field Value
trueTruetruetrue (True in Visual Basic) if there is a
<version> property.
See Also