5 references to Database
System.Data.Linq (5)
ChangeConflicts.cs (5)
214
return (this.
Database
== null);
267
if (this.
Database
== null) {
270
trackedObject.Refresh(refreshMode, this.
Database
);
302
if (this.
Database
!= null) {
388
this.databaseValue = metaMember.StorageAccessor.GetBoxedValue(conflict.
Database
);