DataServiceContext.MergeOption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the synchronization option for receiving entities from a data service.
public:
property System::Data::Services::Client::MergeOption MergeOption { System::Data::Services::Client::MergeOption get(); void set(System::Data::Services::Client::MergeOption value); };
public System.Data.Services.Client.MergeOption MergeOption { get; set; }
member this.MergeOption : System.Data.Services.Client.MergeOption with get, set
Public Property MergeOption As MergeOption
Property Value
One of the members of the MergeOption enumeration.
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.