Parameter Constructor (Parameter^)
.NET Framework (current version)
Initializes a new instance of the Parameter class with the values of the original, specified instance.
Assembly: System.Web (in System.Web.dll)
The Parameter(Parameter^) constructor is a protected copy constructor used to clone a Parameter instance. The values of the Name, Type, DefaultValue, Direction, and ConvertEmptyStringToNull properties are all transferred to the new instance.
.NET Framework
Available since 2.0
Available since 2.0
Show: