1 write to original
System.Data.Linq (1)
ChangeConflicts.cs (1)
163
this.
original
= trackedObject.CreateDataCopy(trackedObject.Original);
3 references to original
System.Data.Linq (3)
ChangeConflicts.cs (3)
196
get { return this.
original
; }
226
object[] keyValues = CommonDataServices.GetKeyValues(this.trackedObject.Type, this.
original
);
317
object oValue = member.StorageAccessor.GetBoxedValue(this.
original
);