EnumerableQuery<(Of <(T>)>).IQueryProvider.CreateQuery Method (Expression)
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Constructs a new EnumerableQuery<(Of <(T>)>) object and associates it with a specified expression tree that represents an IQueryable<(Of <(T>)>) collection of data.
Namespace: System.Linq
Assembly: System.Core (in System.Core.dll)
Syntax
Private Function CreateQuery(Of S) ( _
expression As Expression _
) As IQueryable(Of S) Implements IQueryProvider.CreateQuery
IQueryable<S> IQueryProvider.CreateQuery<S>(
Expression expression
)
Type Parameters
- S
The type of the data in the collection that expression represents.
Parameters
- expression
Type: System.Linq.Expressions..::.Expression
An expression tree to execute.
Return Value
Type: System.Linq..::.IQueryable<(Of <(S>)>)
An EnumerableQuery object that is associated with expression.
Implements
IQueryProvider..::.CreateQuery<(Of <(TElement>)>)(Expression)
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1
Platforms
Windows Phone