TXDataRoutingPrecedence Enumeration
Defines which endpoint is used when the URL of an automatic CRUD endpoint conflicts with the URL of a service operation.
Remarks
Crud gives precedence to the automatic CRUD endpoint, and is the default behavior. Service gives precedence to the service operation endpoint.
Syntax
Unit: XData.Module.Base
Members
| Name | Value | Description |
|---|---|---|
| Crud | 0 | |
| Service | 1 |