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


[NotMappedAttribute]
public bool IsChangedLocal { get; }
<NotMappedAttribute> _
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.