When implemented by a class, gets the value indicating if the objects
of this IType are mutable.
Namespace:
NHibernate.Type
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property IsMutable As Boolean |
C# |
---|
public abstract bool IsMutable { get; } |
Visual C++ |
---|
public:
virtual property bool IsMutable {
bool get () abstract;
} |
JavaScript |
---|
function get_isMutable();
|
Field Value
true if the objects mapped by this IType are mutable.
Implements
IType..::.IsMutableRemarks
See Also