OdbcParameterCollection::RemoveAt Method (String^)

 

Removes the OdbcParameter from the OdbcParameterCollection with the specified parameter name.

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

public:
virtual void RemoveAt(
	String^ parameterName
) override

Parameters

parameterName
Type: System::String^

The name of the OdbcParameter object to remove.

.NET Framework
Available since 1.1
Return to top
Show: