ParameterCollection.Add Method
.NET Framework 3.0
Adds a Parameter object to the collection.
| Name | Description |
|---|---|
| ParameterCollection.Add (Parameter) | Appends the specified Parameter object to the end of the collection. |
| ParameterCollection.Add (String, String) | Creates a Parameter object with the specified name and default value, and appends it to the end of the collection. |
| ParameterCollection.Add (String, TypeCode, String) | Creates a Parameter object with the specified name, TypeCode, and default value, and appends it to the end of the collection. |
Community Additions
ADD
Show: