Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Adds the specified OleDbParameter to the OleDbParameterCollection.

Namespace:   System.Data.OleDb
Assembly:  System.Data (in System.Data.dll)

public:
OleDbParameter^ Add(
	OleDbParameter^ value
)

Parameters

value
Type: System.Data.OleDb::OleDbParameter^

The OleDbParameter to add to the collection.

Return Value

Type: System.Data.OleDb::OleDbParameter^

The index of the new OleDbParameter object.

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft