BLTParameter Constructor(String,Type,Boolean,Boolean,Object)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new BLTParameter instance with the provided szName, paramType, bOptional, bIsOutput, and oValue.
public:
BLTParameter(
String^ szName,
Type^ paramType,
bool bOptional,
bool bIsOutput,
Object^ oValue
)
Parameters
- szName
- The name of the parameter.
- paramType
- The type of the parameter.
- bOptional
- Indicates whether the parameter is optional or not.
- bIsOutput
- Indicates whether the parameter is an output parameter or not.
- oValue
- The value of the parameter.