Parameter Constructor (String)
.NET Framework (current version)
Initializes a new instance of the Parameter class, using the specified name.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System.String
The name of the parameter.
A Parameter object created with the Parameter(String) constructor is initialized with the specified name and default values for its other properties. The Type property is initialized to TypeCode.Object, 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: