System.Linq.IQueryProvider Members

The members of System.Linq.IQueryProvider are listed below.

Public Methods

CreateQuery(System.Linq.Expressions.Expression) : IQueryable

Constructs an System.Linq.IQueryable object that can evaluate the query represented by a specified expression tree.

CreateQuery<TElement>(System.Linq.Expressions.Expression) : IQueryable<TElement>

Constructs an System.Linq.IQueryable`1 object that can evaluate the query represented by a specified expression tree.

Execute(System.Linq.Expressions.Expression) : object

Executes the query represented by a specified expression tree.

Execute<TResult>(System.Linq.Expressions.Expression) : TResult

Executes the strongly-typed query represented by a specified expression tree.