This documentation is archived and is not being maintained.
QueryStringParameter Constructor
Visual Studio 2010
Initializes a new instance of the QueryStringParameter 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 | |
|---|---|---|
|
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, 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, 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, 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: