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::Execute 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::Execute(Expression^)

This API supports the product infrastructure and is not intended to be used directly from your code. Executes an expression after rewriting it to call Enumerable methods instead of Queryable methods on any enumerable data sources that cannot be queried by Queryable methods.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIQueryProvider::Execute<S>(Expression^)

This API supports the product infrastructure and is not intended to be used directly from your code. Executes an expression after rewriting it to call Enumerable methods instead of Queryable methods on any enumerable data sources that cannot be queried by Queryable methods.

Return to top
Show:
© 2017 Microsoft