OrganizationServiceContext.OnSavingChanges(SaveChangesOptions) Method
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.
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.