Determine whether any properties of this entity are considered mutable.

Namespace: NHibernate.Persister.Entity
Assembly: 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 ();
}

Return Value

True if any properties of the entity are mutable; false otherwise (meaning none are).

See Also