Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SaveChangesResult Class

Definition

Namespace:
Microsoft.Xrm.Sdk
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

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.

Contains the result of the save changes operation returned from the organization web service.

public ref class SaveChangesResult sealed
public sealed class SaveChangesResult
type SaveChangesResult = class
Public NotInheritable Class SaveChangesResult
Inheritance
SaveChangesResult

Remarks

This class is only used in conjunction with OrganizationServiceContext. An instance of this class is returned when SaveChanges() is called.

Properties

Name Description
Error

Gets the exception that occurred when a message request was processed by the organization web service.

Request

Gets the message request that was submitted to the organization web service.

Response

Gets the result of a successful operation against the organization web server.

Applies to