IQueryProvider::CreateQuery Method
.NET Framework (current version)
Namespace:
System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | IQueryProvider::CreateQuery(Expression^) | Constructs an IQueryable object that can evaluate the query represented by a specified expression tree. |
![]() ![]() | IQueryProvider::CreateQuery<TResult>(Expression^) | Constructs an IQueryable<T> object that can evaluate the query represented by a specified expression tree. |
Show:

