OrganizationServiceContext.MergeOption Property

Definition

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

public:
 property Microsoft::Xrm::Sdk::Client::MergeOption MergeOption { Microsoft::Xrm::Sdk::Client::MergeOption get(); void set(Microsoft::Xrm::Sdk::Client::MergeOption value); };
public Microsoft.Xrm.Sdk.Client.MergeOption MergeOption { get; set; }
member this.MergeOption : Microsoft.Xrm.Sdk.Client.MergeOption with get, set
Public Property MergeOption As MergeOption

Property Value

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.

Applies to