Function Parameter

Typically functions require some values to be passed as parameters. To define a parameter, add a Function Parameter element under the function with the following attributes:

Name Name the function parameter exactly as it is named in the database.
OrdinalPosition In case the database provider does not allow the parameters to be referenced by name, use this field to indicate the position of the parameter in the function header.