Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameterCollection.RemoveAt Method (Int32)

Removes the specified FbParameter 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

Exceptions

Exception Type Condition
IndexOutOfRangeException The specified index does not exist.

See Also

FbParameterCollection Class | FirebirdSql.Data.Firebird Namespace | FbParameterCollection.RemoveAt Overload List