Add Method (BLTParameterList)
- Last UpdatedApr 08, 2026
- 1 minute read
Adds a BLTParameter to the Business Logic Tier (BLT) parameter collection.
public int Add(
BLTParameter value
)
public:
int Add(
BLTParameter^ value
)
Parameters
- value
- The BLTParameter to add.
Return Value
The index at which the parameter was added.