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