1 write to database
System.Data.Linq (1)
ChangeConflicts.cs (1)
227
this.
database
= ctxt.Services.GetObjectByKey(this.trackedObject.Type, keyValues);
4 references to database
System.Data.Linq (4)
ChangeConflicts.cs (4)
223
if (this.
database
== null) {
229
return this.
database
;
318
if (!member.DeclaringType.Type.IsAssignableFrom(this.
database
.GetType())) {
321
object dValue = member.StorageAccessor.GetBoxedValue(this.
database
);