Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameterCollection.Remove Method 

Removes the specified FbParameter from the collection.

[Visual Basic]
NotOverridable Public Sub Remove( _
   ByVal value As Object _
) _
    Implements IList.Remove
[C#]
public void Remove(
   object value
);

Parameters

value
A FbParameter object to remove from the collection.

Implements

IList.Remove

Exceptions

Exception Type Condition
InvalidCastException The parameter is not a FbParameter.
SystemException The parameter does not exist in the collection.

See Also

FbParameterCollection Class | FirebirdSql.Data.Firebird Namespace