6 references to Modified
System.Data.Linq (6)
ChangeTracker.cs (6)
298
get { return this.state == State.
Modified
|| (this.state == State.PossiblyModified && this.current != this.original && this.HasChangedValues()); }
306
get { return this.state == State.
Modified
|| this.state == State.PossiblyModified; }
312
if (this.state == State.
Modified
|| this.state == State.PossiblyModified) {
328
this.state == State.
Modified
||
350
this.state = State.
Modified
;
711
(this.state == State.
Modified
||