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