ChangeOperationResponse Class

Definition

Response from SaveChanges.

public sealed class ChangeOperationResponse : Microsoft.OData.Client.OperationResponse
type ChangeOperationResponse = class
    inherit OperationResponse
Public NotInheritable Class ChangeOperationResponse
Inherits OperationResponse
Inheritance
ChangeOperationResponse

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)

Applies to