RemoveAt Method (Int32)

MySQL Connector/Net

Removes the specified MySqlParameter from the collection using a specific index.

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

Syntax

C#
public override void RemoveAt(
	int index
)
Visual Basic (Declaration)
Public Overrides Sub RemoveAt ( _
	index As Integer _
)
Visual C++
public:
virtual void RemoveAt(
	int index
) override

Parameters

index
Type: System..::.Int32
The zero-based index of the parameter.

Implements

IList..::.RemoveAt(Int32)

See Also