Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameterCollection.RemoveAt Method

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

Overload List

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

public void RemoveAt(int);

Removes the specified FbParameter from the collection.

public void RemoveAt(string);

See Also

FbParameterCollection Class | FirebirdSql.Data.Firebird Namespace