This documentation is archived and is not being maintained.

ControlParameter Constructor

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.

  NameDescription
Public method ControlParameter() Initializes a new unnamed instance of the ControlParameter class.
Protected method ControlParameter(ControlParameter) Initializes a new instance of the ControlParameter class with values from the specified instance.
Public method ControlParameter(String, String) Initializes a new named instance of the ControlParameter class, using the specified control name to identify which control to bind to.
Public method 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.
Public method 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.
Public method 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.
Top
Show: