OleDbParameterCollection::RemoveAt Method (String^)

 

Removes the OleDbParameter from the OleDbParameterCollection at the specified parameter name.

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

public:
virtual void RemoveAt(
	String^ parameterName
) override

Parameters

parameterName
Type: System::String^

The name of the OleDbParameter object to remove.

.NET Framework
Available since 1.1
Return to top
Show: