MergeOption 열거형
Describes the synchronization option for sending or receiving entity data to or from a data service using the OrganizationServiceContext.
네임스페이스: Microsoft.Xrm.Sdk.Client
어셈블리: Microsoft.Xrm.Sdk(Microsoft.Xrm.Sdk.dll에 있음)
구문
‘선언
Public Enumeration MergeOption
public enum MergeOption
구성원
구성원 이름 | 설명 |
---|---|
AppendOnly | New Microsoft Dynamics CRM entities are appended. Existing entities or their original values are not be modified. No client-side changes are lost in this merge. This is the default behavior. Value = 0. |
NoTracking | Microsoft Dynamics CRM entities are always loaded from persisted storage. Any attribute changes made to entities in the OrganizationServiceContext are overwritten by the data source values. Value = 3. |
OverwriteChanges | All current values on the client are overwritten with current values from the Web service regardless of whether they have been changed on the client. Value = 1. |
PreserveChanges | Current values that have been changed on the client are not modified, but any unchanged values are updated with current values from the Web service. No client-side changes are lost in this merge. Value = 2. |
플랫폼
Development Platforms
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Target Platforms
Windows Server 2008,Windows Server 2012,Windows 7
참고 항목
참조
Microsoft.Xrm.Sdk.Client 네임스페이스
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.