This property is used to return output parameters from a stored procedure call, even when the result set is empty.
In the case of RetrieveSP, a result set is returned. If the result set is empty, no business objects are created, and the output parameters returned by the procedure call cannot be retrieved. However, if ReturnDummyBOForSP is true, a dummy business object with values from output and input/output parameters populated in the corresponding attributes will be returned.
Default value: false.
Possible values: true or false