1 reference to GetObjectQuery
System.Data.Linq (1)
DataServices.cs (1)
597target = ((IEnumerable)this.context.Provider.Execute(this.GetObjectQuery(type, keyValues)).ReturnValue).OfType<object>().SingleOrDefault();