This documentation is archived and is not being maintained.
ParameterCollection::Add Method
Visual Studio 2010
Adds a Parameter object to the collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Add(Parameter) | Appends the specified Parameter object to the end of the collection. |
|
Add(String, String) | Creates a Parameter object with the specified name and default value, and appends it to the end of the collection. |
|
Add(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. |
|
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. |
Show: