Partilhar via


Enumeração SaveChangesOptions

Aplica-se a: CRM 2015 on-prem, CRM Online

Describes how the SaveChanges method behaves when an error occurs while updating data in Microsoft Dynamics CRM.

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

Sintaxe

'Declaração
<FlagsAttribute> _
Public Enumeration SaveChangesOptions
[FlagsAttribute] 
public enum SaveChangesOptions

Membros

Nome do membro Descrição
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.

Comentários

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.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Namespace Microsoft.Xrm.Sdk.Client

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.