Parameter Constructors
Provides basic functionality for parameters.| Name | Parameters | Description |
|---|---|---|
| Parameter() | none | Initializes a new instance of the Parameter class. |
| Parameter(String, Type, Object, Boolean) | name, type, value, allowNull | Initializes a new instance of the Parameter class. |
| Parameter(String, Type, Object) | name, type, value | Initializes a new instance of the Parameter class. |
See Also