Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameterCollection.RemoveAt Method (String)

Removes the specified FbParameter from the collection.

[Visual Basic]
NotOverridable Overloads Public Sub RemoveAt( _
   ByVal parameterName As String _
) _
    Implements IDataParameterCollection.RemoveAt
[C#]
public void RemoveAt(
   string parameterName
);

Parameters

parameterName
The name of the parameter to remove.

Implements

IDataParameterCollection.RemoveAt

See Also

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