1 write to context
System.Data.Linq (1)
DataServices.cs (1)
25
this.
context
= context;
7 references to context
System.Data.Linq (7)
DataServices.cs (7)
35
get { return this.
context
; }
96
bool asReadOnly = !
context
.ObjectTrackingEnabled;
213
ITable table = this.
context
.GetTable(type.InheritanceRoot.Type);
239
Expression thisSource = Expression.Constant(
context
.GetTable(rootType));
246
Expression otherSource = Expression.Constant(
context
.GetTable(association.OtherType.InheritanceRoot.Type));
251
this.
context
, association, otherSource, keyValues, thisInstance
597
target = ((IEnumerable)this.
context
.Provider.Execute(this.GetObjectQuery(type, keyValues)).ReturnValue).OfType<object>().SingleOrDefault();