System.Linq.IQueryProvider: Method Members

The methods of System.Linq.IQueryProvider are listed below. For a list of all members, see the IQueryProvider Members list.

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.