RemoveAt Method (String)

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Removes the specified MySqlParameter from the collection using the parameter name.

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

Syntax

C#
public override void RemoveAt(
	string parameterName
)
Visual Basic
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