DataServiceQueryProvider Class

Definition

QueryProvider implementation

public sealed class DataServiceQueryProvider : System.Linq.IQueryProvider
type DataServiceQueryProvider = class
    interface IQueryProvider
Public NotInheritable Class DataServiceQueryProvider
Implements IQueryProvider
Inheritance
DataServiceQueryProvider
Implements

Methods

CreateQuery(Expression)

Factory method for creating DataServiceOrderedQuery based on expression

CreateQuery<TElement>(Expression)

Factory method for creating DataServiceOrderedQuery based on expression

Execute(Expression)

Creates and executes a DataServiceQuery based on the passed in expression

Execute<TResult>(Expression)

Creates and executes a DataServiceQuery based on the passed in expression

Applies to