Parameter Constructor (String^, DbType)
.NET Framework (current version)
Initializes a new instance of the Parameter class, using the specified name and database type.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System::String^
The name of the parameter.
- dbType
-
Type:
System.Data::DbType
The database type of the parameter.
A Parameter object created with the Parameter(String^, DbType) constructor is initialized with the specified name and dbType parameters, and with default values for other properties. The Direction property is initialized to Input, and the DefaultValue property is initialized to null.
.NET Framework
Available since 2.0
Available since 2.0
Show: