Query parameters introspection
1084
Views
1
Comments
Implemented
Aggregates & Queries
OutSystems 6.0
When we are adding a parameter to a query in an action, if there is a variable in that action with the same name, the introspection mechanism could create the parameter with the same datatype.
Hello André,

You can use the Query Properties panel for that (without opening the Query Editor), selecting the local variable you want to use as parameter. A new parameter/argument with the same name and datatype will be created.

Note that, at least in versions <= 4.2, variable's description is not copyed to the new parameter.