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)

No code example is currently available or this language may not be supported.

  NameDescription
Public methodSupported by Silverlight for Windows PhoneCreateQuery(Expression)Constructs an IQueryable object that can evaluate the query represented by a specified expression tree.
Public methodSupported by Silverlight for Windows PhoneCreateQuery<TElement>(Expression)Constructs an IQueryable<T> object that can evaluate the query represented by a specified expression tree.
Public methodSupported by Silverlight for Windows PhoneExecute(Expression)Executes the query represented by a specified expression tree.
Public methodSupported by Silverlight for Windows PhoneExecute<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.

Community Additions

ADD
Show: