Table of Contents

TBindingMode Enumeration

Defines from which part of the request the value of a service operation parameter is read.

Remarks

FromBody reads the value from the JSON request body. FromURI reads it from the query string of the URL. FromPath reads it from a segment of the URL path, as defined in the route of the operation.

Syntax

Unit: XData.Model.Classes

Members

Name Value Description
FromBody 0
FromURI 1
FromPath 2