MySqlParameterCollection.RemoveAt Method (Int32)

MySQL Connector/Net

MySqlParameterCollectionRemoveAt Method (Int32)
Removes the specified MySqlParameter from the collection using a specific index.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public override void RemoveAt(
	int index
)
Public Overrides Sub RemoveAt ( 
	index As Integer
)
public:
virtual void RemoveAt(
	int index
) override
abstract RemoveAt : 
        index : int -> unit 
override RemoveAt : 
        index : int -> unit 

Parameters

index
Type: SystemInt32
The zero-based index of the parameter.

Implements

IListRemoveAt(Int32)
See Also