This documentation is archived and is not being maintained.
Parameter Constructor
Visual Studio 2008
Initializes a new instance of the Parameter class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Parameter() | Initializes a new default instance of the Parameter class. |
|
Parameter(String) | Initializes a new instance of the Parameter class, using the specified name. |
|
Parameter(Parameter) | Initializes a new instance of the Parameter class with the values of the original, specified instance. |
|
Parameter(String, TypeCode) | Initializes a new instance of the Parameter class, using the specified name and type. |
|
Parameter(String, DbType) | Initializes a new instance of the Parameter class, using the specified name and database 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. |
|
Parameter(String, DbType, String) | Initializes a new instance of the Parameter class, using the specified name, the specified database type, and the specified value for its DefaultValue property. |
Show: