ParametersCollection.AddParameter Method
| Name | Parameters | Description |
|---|---|---|
| AddParameter(String, Object) | name, value | Adds a Parameter item to the collection with the specified name and value. |
| AddParameter(String, Type, Object) | name, type, value | Adds a Parameter item to the collection with the specified name, type and value. |
| AddParameter(String) | name | Adds a Parameter item to the collection with the specified name. |