CrmOrganizationServiceContext.OnSaveChanges Method (SaveChangesResultCollection)

 

Applies To: Dynamics CRM 2015

Method called after an attempt to save data changes. (Developer Extensions)

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

Syntax

protected override void OnSaveChanges(
    SaveChangesResultCollection results
)
protected:
virtual void OnSaveChanges(
    SaveChangesResultCollection^ results
) override
override OnSaveChanges : 
        results:SaveChangesResultCollection -> unit
Protected Overrides Sub OnSaveChanges (
    results As SaveChangesResultCollection
)

Parameters

Remarks

Extends the core implementation of the OnSaveChanges method.

See Also

CrmOrganizationServiceContext Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Developer extensions context object model (Dynamics CRM 2015)

Return to top

© 2017 Microsoft. All rights reserved. Copyright