OdbcParameterCollection::Remove Method (OdbcParameter^)

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

public:
void Remove(
	OdbcParameter^ value
)

Parameters

value
Type: System.Data.Odbc::OdbcParameter^

A OdbcParameter object to remove from the collection.

Exception Condition
InvalidCastException

The parameter is not a OdbcParameter.

SystemException

The parameter does not exist in the collection.

.NET Framework
Available since 2.0
Return to top
Show: