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 Interface
Silverlight
Defines methods to create and execute queries that are described by an IQueryable object.
Namespace: System.Linq
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateQuery(Expression) | Constructs an IQueryable object that can evaluate the query represented by a specified expression tree. |
![]() ![]() | CreateQuery(Of TElement)(Expression) | Constructs an IQueryable(Of T) object that can evaluate the query represented by a specified expression tree. |
![]() ![]() | Execute(Expression) | Executes the query represented by a specified expression tree. |
![]() ![]() | Execute(Of TResult)(Expression) | Executes the strongly-typed query represented by a specified expression tree. |
The IQueryProvider interface is intended for implementation by query providers.
For more information about how to create your own LINQ provider, see LINQ: Building an IQueryable Provider on MSDN Blogs.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:

