ChangeTrackingModelCollection<(Of <(<'TModelType>)>)>..::..IsChangedLocal Property

Returns True if any fields were modified since the last call to Checkpoint. This also checks items that implement IChangeTracking.

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

Syntax


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

Return Value

true if the object’s content has changed since the last call to AcceptChanges; otherwise, false.