OrganizationServiceContext.MergeOption Property

 

Applies To: Dynamics CRM 2015

Gets or sets the synchronization option for receiving entities from the Web service.

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

Syntax

public MergeOption MergeOption { get; set; }
public:
property MergeOption MergeOption {
    MergeOption get();
    void set(MergeOption value);
}
member MergeOption : MergeOption with get, set
Public Property MergeOption As MergeOption

Property Value

Type: Microsoft.Xrm.Sdk.Client.MergeOption

Type: MergeOption
The synchronization option for receiving entities from the Web service.

Remarks

This value is read by the deserialization component of the client before materializing objects. Set this property to the appropriate materialization option before executing any queries or updates to the data service. The default value is AppendOnly.

See Also

OrganizationServiceContext Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright