Note

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

Access to this page requires authorization. You can try .

OrganizationServiceContext.OnSavingChanges(SaveChangesOptions) Method

Definition

Namespace:
Microsoft.Xrm.Sdk.Client
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.

Virtual (Overridable) method called before an attempt to save changes is performed.

protected:
 virtual void OnSavingChanges(Microsoft::Xrm::Sdk::Client::SaveChangesOptions options);
protected virtual void OnSavingChanges(Microsoft.Xrm.Sdk.Client.SaveChangesOptions options);
abstract member OnSavingChanges : Microsoft.Xrm.Sdk.Client.SaveChangesOptions -> unit
override this.OnSavingChanges : Microsoft.Xrm.Sdk.Client.SaveChangesOptions -> unit
Protected Overridable Sub OnSavingChanges (options As SaveChangesOptions)

Parameters

options
SaveChangesOptions

Save changes options.

Applies to