Table of Contents

TXDataBaseModule.FlushMode Property

Gets or sets whether the object manager flushes all pending changes or only the entity being processed, when saving the changes requested by the client.

Remarks

Clients can override this value per request using the xdata-flush-mode HTTP header.

Syntax

Unit: XData.Module.Base

property TXDataBaseModule.FlushMode: TXDataFlushMode

See also