Table of Contents

TXDataPutMode Enumeration

Defines how the server applies a PUT request to the database.

Remarks

Update replaces the existing record with the received entity, and fails when no record with the received identifier exists. Merge merges the values of the received entity into the existing record, and is the default mode.

Syntax

Unit: XData.Module.Base

Members

Name Value Description
Update 0
Merge 1