CommandParameter Constructor
- Last UpdatedMar 17, 2026
- 1 minute read
This class handles the validation for a given parameter.
| Overload | Description |
|---|---|
| CommandParameter Constructor() | The default constructor |
| CommandParameter Constructor(String) | Creates a CommandParameter object with the given name. |
| CommandParameter Constructor(String,String) | Creates a CommandParameter object with the given name and type. |