Blog Post
ChrisR1ch
8 months agoNew Contributor III
I'm referring to an output parameter of the DB Stored procedure.
So in the example above you are only sending parameters into the stored procedure, but stored procedures can return parameters back out. How can I pull the OUTPUT parameter and use it in my business rule?
Dim SqlQuery As String = "EXEC SP_API_CLIMATIQ_TRAVEL_FLIGHT @param1_IN=param1Val, @param2_IN=param2Val, @param3_OUT"