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 | |
---|---|---|
CurrentDataSource | The data source object from which data is provided. | |
IsNullPropagationRequired | Gets a value that indicates whether null propagation is required in expression trees. |
Top
Methods
Name | Description | |
---|---|---|
GetOpenPropertyValue | Gets the value of the open property. | |
GetOpenPropertyValues | Gets the name and values of all the properties that are defined in the given instance of an open type. | |
GetPropertyValue | Gets the value of the open property. | |
GetQueryRootForResourceSet | Gets the IQueryable<T> that represents the container. | |
GetResourceType | Gets the resource type for the instance that is specified by the parameter. | |
InvokeServiceOperation | Invokes the given service operation and returns the results. |
Top