TXDataPostMode Enumeration
Defines how the server applies a POST request to the database.
Remarks
Save saves the entity as a new object, letting the identifier be generated as defined by the mapping. Replicate inserts the entity with the identifier provided by the client, or updates it when a record with that identifier already exists. This is the default mode in the server component.
Syntax
Unit: XData.Module.Base
Members
| Name | Value | Description |
|---|---|---|
| Save | 0 | |
| Replicate | 1 |