BLTParameter Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
| Overload | Description |
|---|---|
| BLTParameter Constructor() | Initializes a new BLTParameter instance. |
| BLTParameter Constructor(String) | Initializes a new BLTParameter instance with the provided szName. |
| BLTParameter Constructor(String,Type) | Initializes a new BLTParameter instance with the provided szName and paramType. |
| BLTParameter Constructor(String,Type,Boolean) | Initializes a new BLTParameter instance with the provided szName, paramType, and bOptional. |
| BLTParameter Constructor(String,Type,Boolean,Boolean) | Initializes a new BLTParameter instance with the provided szName, paramType, bOptional, and bIsOutput. |
| BLTParameter Constructor(String,Type,Boolean,Boolean,Object) | Initializes a new BLTParameter instance with the provided szName, paramType, bOptional, bIsOutput, and oValue. |