SpReturnValues Class Members
- Last UpdatedNov 06, 2025
- 2 minute read
The following tables list the members exposed by SpReturnValues.
| Name | Description | |
|---|---|---|
![]() | SpReturnValues Constructor | The constructor for the SpReturnValues class, which parses the XML parser object returned by the middleware and creates a list of returned values. |
| Name | Description | |
|---|---|---|
![]() | GetReturnValueAsBoolean | The GetReturnValueAsBoolean() method returns the value of the specified output parameter as a bool. |
![]() | GetReturnValueAsDateTime | The GetReturnValueAsDateTime() method returns the value of the specified output parameter as a DateTime. |
![]() | GetReturnValueAsDouble | The GetReturnValueAsDouble() method returns the value of the specified output parameter as a double. |
![]() | GetReturnValueAsInt | The GetReturnValueAsInt() method returns the value of the specified output parameter as an integer. |
![]() | GetReturnValueAsString | The GetReturnValueAsString() method returns the value of the specified output parameter as a string. |
![]() | IsReturnValueNull | The IsReturnValueNull() method is used to determine if a null value was returned for a particular output parameter. |


