OdbcParameterCollection::Add Method (Object^)

 

Adds the specified OdbcParameter object to the OdbcParameterCollection.

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

public:
virtual int Add(
	Object^ value
) override

Parameters

value
Type: System::Object^

A Object.

Return Value

Type: System::Int32

The index of the new OdbcParameter object in the collection.

.NET Framework
Available since 1.1
Return to top
Show: