IDataServiceQueryProvider Interface

Defines a metadata and query source implementation for a custom data service provider.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Interface IDataServiceQueryProvider
'Usage
Dim instance As IDataServiceQueryProvider
public interface IDataServiceQueryProvider
public interface class IDataServiceQueryProvider
type IDataServiceQueryProvider =  interface end
public interface IDataServiceQueryProvider

The IDataServiceQueryProvider type exposes the following members.

Properties

  Name Description
Public property CurrentDataSource The data source object from which data is provided.
Public property IsNullPropagationRequired Gets a value that indicates whether null propagation is required in expression trees.

Top

Methods

  Name Description
Public method GetOpenPropertyValue Gets the value of the open property.
Public method GetOpenPropertyValues Gets the name and values of all the properties that are defined in the given instance of an open type.
Public method GetPropertyValue Gets the value of the open property.
Public method GetQueryRootForResourceSet Gets the IQueryable<T> that represents the container.
Public method GetResourceType Gets the resource type for the instance that is specified by the parameter.
Public method InvokeServiceOperation Invokes the given service operation and returns the results.

Top

See Also

Reference

System.Data.Services.Providers Namespace