When implemented by a class, gets the value indicating if the objects
of this IType are mutable.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property IsMutable As Boolean |
C# |
---|
bool IsMutable { get; } |
Visual C++ |
---|
property bool IsMutable { bool get (); } |
JavaScript |
---|
function get_isMutable(); |
Field Value
true if the objects mapped by this IType are mutable.
Remarks
With respect to the referencing object...
Entities and Collections are considered immutable because they manage their own internal state.