Parameter Constructor (String^, DbType, String^)
.NET Framework (current version)
Initializes a new instance of the Parameter class, using the specified name, the specified database type, and the specified value for its DefaultValue property.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System::String^
The name of the Parameter instance.
- dbType
-
Type:
System.Data::DbType
The database type of the Parameter instance.
- defaultValue
-
Type:
System::String^
The default value for the Parameter instance, if the Parameter is bound to a value that is not yet initialized when Evaluate is called.
.NET Framework
Available since 2.0
Available since 2.0
Show: