AddParameter Method (BLTClient)
- Last UpdatedApr 08, 2026
- 1 minute read
Adds a parameter to pass to the Business Object Remote Procedure Call (RPC).
| Overload | Description |
|---|---|
| AddParameter(Object,Boolean) | Adds a parameter to pass to the Business Object Remote Procedure Call (RPC). |
| AddParameter(Object) | Adds an input value to the Business Object Remote Procedure Call (RPC). |
| AddParameter(BLTParameterValueAccessor) | Adds an output result to the Business Object Remote Procedure Call (RPC). |
| AddParameter(Object,BLTParameterValueAccessor) | Adds an input value and output result to the Business Object Remote Procedure Call (RPC). |