QueryStringParameter Constructor (String^, DbType, String^)
.NET Framework (current version)
Initializes a new named instance of the QueryStringParameter class, using the specified query-string field and the data type of the parameter.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System::String^
The name of the parameter.
- dbType
-
Type:
System.Data::DbType
The data type of the parameter.
- queryStringField
-
Type:
System::String^
The name of the query-string field that the parameter object is bound to. The default is an empty string ("").
.NET Framework
Available since 2.0
Available since 2.0
Show: