EnumerableQuery<T> Constructor
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the EnumerableQuery<T> class.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | EnumerableQuery<T>(Expression^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the EnumerableQuery<T> class and associates the instance with an expression tree. |
![]() | EnumerableQuery<T>(IEnumerable<T>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the EnumerableQuery<T> class and associates it with an IEnumerable<T> collection. |
