The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OdbcParameterCollection::Add Method (OdbcParameter^)
.NET Framework (current version)
Adds the specified OdbcParameter to the OdbcParameterCollection.
Assembly: System.Data (in System.Data.dll)
Parameters
- value
-
Type:
System.Data.Odbc::OdbcParameter^
The OdbcParameter to add to the collection.
| Exception | Condition |
|---|---|
| ArgumentException | The OdbcParameter specified in the value parameter is already added to this or another OdbcParameterCollection. |
| ArgumentNullException | The value parameter is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: