ChangeOperationResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response from SaveChanges.
public sealed class ChangeOperationResponse : Microsoft.OData.Client.OperationResponse
type ChangeOperationResponse = class
inherit OperationResponse
Public NotInheritable Class ChangeOperationResponse
Inherits OperationResponse
- Inheritance
Properties
Descriptor |
Gets the EntityDescriptor or LinkDescriptor modified by a change operation. |
Error |
Gets error thrown by the operation. (Inherited from OperationResponse) |
Headers |
When overridden in a derived class, contains the HTTP response headers associated with a single operation. (Inherited from OperationResponse) |
StatusCode |
When overridden in a derived class, gets or sets the HTTP response code associated with a single operation. (Inherited from OperationResponse) |