This topic has not yet been rated - Rate this topic

IQueryProvider Interface

Defines methods to create and execute queries that are described by an IQueryable object.

Namespace:  System.Linq
Assembly:  System.Core (in System.Core.dll)
public interface IQueryProvider
  Name Description
Public method Supported by Silverlight for Windows Phone CreateQuery(Expression) Constructs an IQueryable object that can evaluate the query represented by a specified expression tree.
Public method Supported by Silverlight for Windows Phone CreateQuery<TElement>(Expression) Constructs an IQueryable<T> object that can evaluate the query represented by a specified expression tree.
Public method Supported by Silverlight for Windows Phone Execute(Expression) Executes the query represented by a specified expression tree.
Public method Supported by Silverlight for Windows Phone Execute<TResult>(Expression) Executes the strongly-typed query represented by a specified expression tree.
Top

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.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ