2 references to GetObjectByKey
System.Data.Linq (2)
ChangeConflicts.cs (1)
227
this.database = ctxt.Services.
GetObjectByKey
(this.trackedObject.Type, keyValues);
DataContext.cs (1)
622
object freshInstance = refreshContext.Services.
GetObjectByKey
(trackedObject.Type, keyValues);