This documentation is archived and is not being maintained.
IDataServiceQueryProvider Interface
Visual Studio 2010
Defines a metadata and query source implementation for a custom data service provider.
Assembly: System.Data.Services (in System.Data.Services.dll)
The IDataServiceQueryProvider type exposes the following members.
| 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. |
| 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. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
