IQueryProvider::CreateQuery 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::CreateQuery(Expression^) | This API supports the product infrastructure and is not intended to be used directly from your code. Constructs a new EnumerableQuery<T> object and associates it with a specified expression tree that represents an IQueryable collection of data. |
![]() ![]() | IQueryProvider::CreateQuery<S>(Expression^) | This API supports the product infrastructure and is not intended to be used directly from your code. Constructs a new EnumerableQuery<T> object and associates it with a specified expression tree that represents an IQueryable<T> collection of data. |

