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.
EnumerableQuery<T>::IQueryProvider::CreateQuery Method (Expression^)
.NET Framework (current version)
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.
Assembly: System.Core (in System.Core.dll)
private: virtual IQueryable^ CreateQuery( Expression^ expression ) sealed = IQueryProvider::CreateQuery
Parameters
- expression
-
Type:
System.Linq.Expressions::Expression^
An expression tree that represents an IQueryable collection of data.
Return Value
Type: System.Linq::IQueryable^An EnumerableQuery<T> object that is associated with expression.
Implements
IQueryProvider::CreateQuery(Expression^)
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Windows Phone
Available since 8.1
Show: