DataServiceRequest(Of TElement) Class
WCF Data Services 5.0
Represents request objects submitted as a batch to the data service.
System.Object
System.Data.Services.Client.DataServiceRequest
System.Data.Services.Client.DataServiceRequest(Of TElement)
System.Data.Services.Client.DataServiceRequest
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(Of TElement) type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DataServiceRequest(Of TElement) | Initializes a new instance of the DataServiceRequest(Of TElement) class. |
| Name | Description | |
|---|---|---|
![]() | ElementType | Gets the type of the object used to create the DataServiceRequest(Of TElement) instance. (Overrides DataServiceRequest.ElementType.) |
![]() | RequestUri | Gets the URI object that contains the request string. (Overrides DataServiceRequest.RequestUri.) |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | Represents the URI of the query to the data service. (Overrides Object.ToString.) |
In a group of queries submitted as a batch to the data service, the queries are specified as DataServiceRequest(Of TElement) 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:
