Table of Contents

TXDataServer.PostMode Property

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

Remarks

Defaults to Replicate, which inserts the entity even when the client already provides its identifier. Clients can override this value per request using the xdata-post-mode HTTP header.

Syntax

Unit: XData.Comp.Server

property TXDataServer.PostMode: TXDataPostMode

See also