Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameterCollection.IndexOf Method (Object)

Gets the location of the FbParameter in the collection.

[Visual Basic]
NotOverridable Overloads Public Function IndexOf( _
   ByVal value As Object _
) As Integer _
    Implements IList.IndexOf
[C#]
public int IndexOf(
   object value
);

Parameters

value
The FbParameter object to locate.

Return Value

The zero-based location of the FbParameter in the collection.

Implements

IList.IndexOf

See Also

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