Parameter Constructor
.NET Framework 3.0
Initializes a new instance of the Parameter class.
| Name | Description |
|---|---|
| Parameter () | Initializes a new default instance of the Parameter class. |
| Parameter (Parameter) | Initializes a new instance of the Parameter class with the values of the original, specified instance. |
| Parameter (String) | Initializes a new instance of the Parameter class, using the specified name. |
| Parameter (String, TypeCode) | Initializes a new instance of the Parameter class, using the specified name and type. |
| Parameter (String, TypeCode, String) | Initializes a new instance of the Parameter class, using the specified name, the specified type, and the specified string for its DefaultValue property. |
Community Additions
ADD
Show: