runNamedQuery with Output Parameter

How do you handle a stored procedure in a Named Query with an Output Parameter?

You don't. You call it with the scripting tools.

1 Like

Execute the stored procedure / named query in a script. Grab the output parameter.

1 Like