Npgsql API Docs

NpgsqlParameterCollection.RemoveAt Method (Int32)

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

[Visual Basic]
NotOverridable Overloads Public Sub RemoveAt( _
   ByVal index As Integer _
) _
    Implements IList.RemoveAt
[C#]
public void RemoveAt(
   int index
);

Parameters

index
The zero-based index of the parameter.

Implements

IList.RemoveAt

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlParameterCollection.RemoveAt(System.Int32)

See Also

NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.RemoveAt Overload List