Parameter Constructor

 

Initializes a new instance of the Parameter class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodParameter()

Initializes a new default instance of the Parameter class.

System_CAPS_protmethodParameter(Parameter^)

Initializes a new instance of the Parameter class with the values of the original, specified instance.

System_CAPS_pubmethodParameter(String^)

Initializes a new instance of the Parameter class, using the specified name.

System_CAPS_pubmethodParameter(String^, DbType)

Initializes a new instance of the Parameter class, using the specified name and database type.

System_CAPS_pubmethodParameter(String^, DbType, String^)

Initializes a new instance of the Parameter class, using the specified name, the specified database type, and the specified value for its DefaultValue property.

System_CAPS_pubmethodParameter(String^, TypeCode)

Initializes a new instance of the Parameter class, using the specified name and type.

System_CAPS_pubmethodParameter(String^, TypeCode, String^)

Initializes a new instance of the Parameter class, using the specified name, the specified type, and the specified string for its DefaultValue property.

Return to top
Show: