Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameterCollection.Clear Method 

Removes all items from the collection.

[Visual Basic]
NotOverridable Public Sub Clear() _
    Implements IList.Clear
[C#]
public void Clear();

Implements

IList.Clear

See Also

FbParameterCollection Class | FirebirdSql.Data.Firebird Namespace