QueryStringParameter Constructor
.NET Framework (current version)
Initializes a new instance of the QueryStringParameter class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | QueryStringParameter() | Initializes a new unnamed instance of the QueryStringParameter class. |
![]() | QueryStringParameter(QueryStringParameter^) | Initializes a new instance of the QueryStringParameter class, using the values of the instance that is specified by the original parameter. |
![]() | QueryStringParameter(String^, DbType, String^) | Initializes a new named instance of the QueryStringParameter class, using the specified query-string field and the data type of the parameter. |
![]() | QueryStringParameter(String^, String^) | Initializes a new named instance of the QueryStringParameter class, using the specified string to identify which query-string field to bind to. |
![]() | QueryStringParameter(String^, TypeCode, String^) | Initializes a new named and strongly typed instance of the QueryStringParameter class, using the specified string to identify which query-string field to bind to. |
Show:

