ChangeTrackingModelBase..::..IsChanged Property

Returns True if any fields were modified since the last call to AcceptChanges. This does walks the object graph for changes in child objects as well.

Namespace:  Tortuga.Anchor.Modeling
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public bool IsChanged { get; }
Public ReadOnly Property IsChanged As Boolean
	Get

Return Value