Base:
method
HasChangedValue
System.Data.Linq.TrackedObject.HasChangedValue(System.Data.Linq.Mapping.MetaDataMember)
5 references to HasChangedValue
System.Data.Linq (5)
ChangeTracker.cs (5)
477
if (!this.dirtyMemberCache.Get(mm.Ordinal) && this.
HasChangedValue
(mm)) {
490
bool hasUserChange = this.
HasChangedValue
(mm);
591
if (this.original != null && this.
HasChangedValue
(accThis)) {
683
if (!mm.IsAssociation && this.
HasChangedValue
(mm)) {
712
(this.state == State.PossiblyModified && this.
HasChangedValue
(member)));