DataServiceRequest Class
WCF Data Services 5.0
Represents request objects submitted as a batch to WCF Data Services.
System.Object
System.Data.Services.Client.DataServiceRequest
System.Data.Services.Client.DataServiceQuery
System.Data.Services.Client.DataServiceRequest(Of TElement)
System.Data.Services.Client.DataServiceRequest
System.Data.Services.Client.DataServiceQuery
System.Data.Services.Client.DataServiceRequest(Of TElement)
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
The DataServiceRequest type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ElementType | Gets the type of object submitted as a batch to the data service. |
![]() | RequestUri | Gets the URI of the request object submitted to a data service. |
In a group of queries submitted as a batch to the data service, the queries are specified as DataServiceRequest instances. A DataServiceResponse is returned that represents the response of the batch request as a whole. Individual query responses are represented as QueryOperationResponse objects, derived from OperationResponse, that are accessible by enumerating the DataServiceResponse instance.
Show:
