TXDataFlushMode Enumeration
Defines how much of the object manager state is flushed to the database when the server saves the changes requested by the client.
Remarks
All flushes all pending changes held by the object manager. Single flushes only the entity affected by the request, and is the default mode in the server component.
Syntax
Unit: XData.Module.Base
Members
| Name | Value | Description |
|---|---|---|
| All | 0 | |
| Single | 1 |