CrmOrganizationServiceContext.OnSaveChanges Method (SaveChangesResultCollection)

 

Applies To: Dynamics CRM 2013

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 2013
Developer extensions context object model (Dynamics CRM 2013)

Return to top