Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIQueryProvider::CreateQuery(Expression^)

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.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIQueryProvider::CreateQuery<S>(Expression^)

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

Return to top
Show:
© 2017 Microsoft