RemoveAt Method (Int32)

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Removes the specified MySqlParameter from the collection using a specific index.

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

Syntax

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