IQueryProvider Methods
| Name | Description | |
|---|---|---|
|
CreateQuery(Expression) | Constructs an IQueryable object that can evaluate the query represented by a specified expression tree. |
|
CreateQuery<TElement>(Expression) | Constructs an IQueryable<T> object that can evaluate the query represented by a specified expression tree. |
|
Execute(Expression) | Executes the query represented by a specified expression tree. |
|
Execute<TResult>(Expression) | Executes the strongly-typed query represented by a specified expression tree. |