IQueryProvider.CreateQuery Method (Expression)
Collapse the table of content
Expand the table of content

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 collection of data.

Namespace:  System.Linq
Assembly:  System.Core (in System.Core.dll)

'Declaration
Private Function CreateQuery ( _
	expression As Expression _
) As IQueryable Implements 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(Of T) object that is associated with expression.

Implements

IQueryProvider.CreateQuery(Expression)

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft