Syntax Element: result
Description
A special stereotype that can cause code generation activities.
Example
This keyword is highlighted
like this.
You can click on keywords and concepts in blue.
database HasAProcedure { stereotype procedure with validation = minimal, parameter with validation = minimal, result with validation = minimal; version 1.0 : initialized { design { public procedure AddKey ("keys_Add") { public parameter Input ("@V"); public result Values { public column A; } } } } }
Notes
- When validation is turned on, this causes a return value to be added to the method corresponding with the containing procedure design element.
Related Use Cases
Other Actions
documentation | all examples for this syntax element | all examples | use cases | concepts | keywords
database