OrganizationServiceContext.OnSavingChanges Method (SaveChangesOptions)

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

protected virtual void OnSavingChanges(
    SaveChangesOptions options
)
protected:
virtual void OnSavingChanges(
    SaveChangesOptions options
)
abstract OnSavingChanges : 
        options:SaveChangesOptions -> unit
override OnSavingChanges : 
        options:SaveChangesOptions -> unit
Protected Overridable Sub OnSavingChanges (
    options As SaveChangesOptions
)

Parameters

See Also

OrganizationServiceContext Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright