ParameterCollection::Add Method
.NET Framework (current version)
Adds a Parameter object to the collection.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Parameter^) | Appends the specified Parameter object 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^, String^) | Creates a Parameter object with the specified name and default value, and appends it to the end of the collection. |
![]() | Add(String^, TypeCode, String^) |
Show:
