SpReturnValues Class Methods
- Last UpdatedNov 06, 2025
- 2 minute read
For a list of all members of this type, see SpReturnValues members.
| 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. |
