IQueryProvider::Execute Method
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | IQueryProvider::Execute(Expression^) | This API supports the product infrastructure and is not intended to be used directly from your code. Executes an expression after rewriting it to call Enumerable methods instead of Queryable methods on any enumerable data sources that cannot be queried by Queryable methods. |
![]() ![]() | IQueryProvider::Execute<S>(Expression^) | This API supports the product infrastructure and is not intended to be used directly from your code. Executes an expression after rewriting it to call Enumerable methods instead of Queryable methods on any enumerable data sources that cannot be queried by Queryable methods. |

