MySqlParameterCollection.RemoveAt Method


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

Syntax: Visual Basic

NotOverridable Overloads Public Sub RemoveAt( _
 ByVal index As Integer _
) _
_
 Implements IList.RemoveAt

Syntax: C#

public void RemoveAt(
intindex
);

Parameters

Implements

IList.RemoveAt

See Also

MySqlParameterCollection Class, MySql.Data.MySqlClient Namespace, MySqlParameterCollection.RemoveAt Overload List

Retornar