QueryStringParameter Constructor
.NET Framework 2.0
Initializes a new instance of the QueryStringParameter class.
| Name | Description |
|---|---|
| QueryStringParameter () | Initializes a new unnamed instance of the QueryStringParameter class. |
| QueryStringParameter (QueryStringParameter) | Initializes a new instance of the QueryStringParameter class with the values of the instance 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, 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. |
Community Additions
ADD
Show: