Table of Contents

TXDataServer.PutMode Property

Gets or sets how the server applies a PUT request to the database.

Remarks

Defaults to Merge. You will rarely need to change it, except to keep backward compatibility with older versions. Clients can override this value per request using the xdata-put-mode HTTP header.

Syntax

Unit: XData.Comp.Server

property TXDataServer.PutMode: TXDataPutMode

See also