DataServiceResponse Class
WCF Data Services 5.0
Represents the response to operations sent to the data service as a result of calling SaveChanges.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
The DataServiceResponse type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BatchHeaders | The headers from an HTTP response associated with a batch request. |
![]() | BatchStatusCode | The status code from an HTTP response associated with a batch request. |
![]() | IsBatchResponse | Gets a Boolean value that indicates whether the response contains multiple results. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator | Gets an enumerator that enables retrieval of responses to operations being tracked by OperationResponse objects within the DataServiceResponse. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable.GetEnumerator | Gets an enumerator that enables retrieval of responses to operations being tracked by OperationResponse objects within the DataServiceResponse. |
Show:
