AddParameter(Object,Boolean) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Adds a parameter to pass to the Business Object Remote Procedure Call (RPC).
[Obsolete("Replace usage with --> AddParameter(value), AddParameter(value, out BLTParameter result) or AddParameter(out BLTParameter result) <-- [NOVEMBER 2019]")]
public void AddParameter(
object Value,
bool IsOutput
)
[Obsolete("Replace usage with --> AddParameter(value), AddParameter(value, out BLTParameter result) or AddParameter(out BLTParameter result) <-- [NOVEMBER 2019]")]
public:
void AddParameter(
Object^ Value,
bool IsOutput
)
Parameters
- Value
- String specifying the value of the parameter.
- IsOutput
- Identifies whether this parameter is expected to be returned. This implies that the component will pass back data in this parameter.