Determine whether any properties of this entity are considered mutable.
Namespace: NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
bool HasMutableProperties { get; } |
Visual Basic |
---|
ReadOnly Property HasMutableProperties As Boolean Get |
Visual C++ |
---|
property bool HasMutableProperties { bool get (); } |