Parameter Constructor (String^, TypeCode)
.NET Framework (current version)
Initializes a new instance of the Parameter class, using the specified name and type.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System::String^
The name of the parameter.
- type
-
Type:
System::TypeCode
A TypeCode that describes the type of the parameter.
A Parameter object created with the Parameter(String^, TypeCode) constructor is initialized with the specified name and type parameters, and 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: