Is it mandatory to use RETURNING Keyword in a method call to assign returning parameter into another variable?

1

No, we can have an inline declaration of the new variable on LHS and just mention the method call on RHS without writing RETURNING parameters to directly capture the returning parameter from the method.

Leave a Reply

Your email address will not be published.

You may use these <abbr title="HyperText Markup Language">html</abbr> tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">

*