IQueryProvider Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Methods

  Name Description
Public methodSupported by Silverlight for Windows Phone CreateQuery(Expression) Constructs an IQueryable object that can evaluate the query represented by a specified expression tree.
Public methodSupported 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 methodSupported by Silverlight for Windows Phone Execute(Expression) Executes the query represented by a specified expression tree.
Public methodSupported by Silverlight for Windows Phone Execute<TResult>(Expression) Executes the strongly-typed query represented by a specified expression tree.

Top