This documentation is archived and is not being maintained.
ControlParameter Constructor
Visual Studio 2010
Initializes a new instance of the ControlParameter 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 | |
|---|---|---|
|
ControlParameter() | Initializes a new unnamed instance of the ControlParameter class. |
|
ControlParameter(ControlParameter) | Initializes a new instance of the ControlParameter class with values from the specified instance. |
|
ControlParameter(String, String) | Initializes a new named instance of the ControlParameter class, using the specified control name to identify which control to bind to. |
|
ControlParameter(String, String, String) | Initializes a new named instance of the ControlParameter class, using the specified property name and control name to identify which control to bind to. |
|
ControlParameter(String, DbType, String, String) | Initializes a new instance of the ControlParameter class by using the specified parameter name, database type, control ID, and property name. |
|
ControlParameter(String, TypeCode, String, String) | Initializes a new named and strongly typed instance of the ControlParameter class, using the specified property name and control name to identify which control to bind to. |
Show: