The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IQueryProvider::CreateQuery Method
.NET Framework (current version)
Namespace:
System.Linq
Assembly: System.Core (in System.Core.dll)
| 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. |
Show:
