OData - Provide Data - Function Parameter - Properties
A name and a data type must be defined for each parameter.
Name
The unique name of the parameter. It cannot contain special characters or spaces.
Type
Defines the data type of the parameter. This can be either an OData data type (such as
Edm.String, Edm.Int32, Edm.Double
, etc.) or an Entity Type.
Mode
This entry is purely for information and specifies whether the parameter is used for input, output, or both.
Further information on this topic can be found in the Intrexx handbook
OData Business Adapter
.