SaveChangesOptions Enumeration
Applies To: Dynamics CRM 2015
Describes how the SaveChanges method behaves when an error occurs while updating data in Microsoft Dynamics CRM.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[FlagsAttribute]
public enum SaveChangesOptions
[FlagsAttribute]
public enum class SaveChangesOptions
[<FlagsAttribute>]
type SaveChangesOptions
<FlagsAttribute>
Public Enumeration SaveChangesOptions
Members
Member name | Description | |
---|---|---|
ContinueOnError | The SaveChanges method should continue applying changes to tracked entities in Microsoft Dynamics CRM even if an action fails. Value = 1. |
|
None | The SaveChanges method should throw an exception when an error occurs while updating data in Microsoft Dynamics CRM. Value = 0. |
Remarks
The SaveChanges method applies changes to tracked entities in Microsoft Dynamics CRM. If an error occurs while performing these updates, this enumeration indicates to the OrganizationServiceContext how it should handle errors. If the value is set to None and an error occurs, an exception is thrown with the SaveChangesResultCollection attached.
See Also
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright