RemoveAt Method (String)

MySQL Connector/Net

Removes the specified MySqlParameter from the collection using the parameter name.

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public override void RemoveAt(
	string parameterName
)
Visual Basic (Declaration)
Public Overrides Sub RemoveAt ( _
	parameterName As String _
)
Visual C++
public:
virtual void RemoveAt(
	String^ parameterName
) override

Parameters

parameterName
Type: System..::.String
The name of the MySqlParameter object to retrieve.

Implements

IDataParameterCollection..::.RemoveAt(String)

See Also