ParameterCollection::Add Method

 

Adds a Parameter object to the collection.

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

NameDescription
System_CAPS_pubmethodAdd(Parameter^)

Appends the specified Parameter object to the end of the collection.

System_CAPS_pubmethodAdd(String^, DbType, String^)

Creates a Parameter object with the specified name, database type, and default value, and adds it to the end of the collection.

System_CAPS_pubmethodAdd(String^, String^)

Creates a Parameter object with the specified name and default value, and appends it to the end of the collection.

System_CAPS_pubmethodAdd(String^, TypeCode, String^)

Creates a Parameter object with the specified name, TypeCode, and default value, and appends it to the end of the collection.

Return to top
Show: