3 references to DataServiceOrderedQuery
System.Data.Services.Client (3)
System\Data\Services\Client\ALinq\DataServiceQueryProvider.cs (2)
69
return new DataServiceQuery<TElement>.
DataServiceOrderedQuery
(expression, this);
103
IQueryable<TElement> query = new DataServiceQuery<TElement>.
DataServiceOrderedQuery
(expression, this);
System\Data\Services\Client\DataServiceContext.cs (1)
585
return new DataServiceQuery<T>.
DataServiceOrderedQuery
(rse, new DataServiceQueryProvider(this));