Parameter Constructor
Initializes a new instance of the Parameter class.
Assembly: System.Web (in System.Web.dll)
| 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^, DbType) | Initializes a new instance of the Parameter class, using the specified name and database type. |
![]() | 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. |
![]() | 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. |

