DataServiceQueryProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
QueryProvider implementation
public sealed class DataServiceQueryProvider : System.Linq.IQueryProvider
type DataServiceQueryProvider = class
interface IQueryProvider
Public NotInheritable Class DataServiceQueryProvider
Implements IQueryProvider
- Inheritance
-
DataServiceQueryProvider
- Implements
Methods
CreateQuery(Expression) |
Factory method for creating DataServiceOrderedQuery based on expression |
CreateQuery<TElement>(Expression) |
Factory method for creating DataServiceOrderedQuery based on expression |
Execute(Expression) |
Creates and executes a DataServiceQuery based on the passed in expression |
Execute<TResult>(Expression) |
Creates and executes a DataServiceQuery based on the passed in expression |