Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameterCollection.IndexOf Method

Gets the location of the FbParameter in the collection.

Overload List

Gets the location of the FbParameter in the collection.

public int IndexOf(object);

Gets the location of the FbParameter in the collection with a specific parameter name.

public int IndexOf(string);

See Also

FbParameterCollection Class | FirebirdSql.Data.Firebird Namespace