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.
OleDbParameterCollection::Add Method (OleDbParameter^)
.NET Framework (current version)
Adds the specified OleDbParameter to the OleDbParameterCollection.
Assembly: System.Data (in System.Data.dll)
Parameters
- value
-
Type:
System.Data.OleDb::OleDbParameter^
The OleDbParameter to add to the collection.
| Exception | Condition |
|---|---|
| ArgumentException | The OleDbParameter specified in the value parameter is already added to this or another OleDbParameterCollection. |
| ArgumentNullException | The value parameter is null. |
The following example creates an OleDbParameterCollection and adds an OleDbParameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: