OrganizationServiceContext.SaveChanges Method (SaveChangesOptions)

 

Applies To: Dynamics CRM 2015

Saves the changes that the OrganizationServiceContext is tracking to Microsoft Dynamics CRM.

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

Syntax

public SaveChangesResultCollection SaveChanges(
    SaveChangesOptions options
)
public:
SaveChangesResultCollection^ SaveChanges(
    SaveChangesOptions options
)
member SaveChanges : 
        options:SaveChangesOptions -> SaveChangesResultCollection
Public Function SaveChanges (
    options As SaveChangesOptions
) As SaveChangesResultCollection

Parameters

Return Value

Type: Microsoft.Xrm.Sdk.SaveChangesResultCollection

Type: SaveChangesResultCollection
A SaveChangesResultCollection that contains status, headers, and errors that result from the call to SaveChanges.

See Also

SaveChanges Overload
OrganizationServiceContext Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright