Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameterCollection.IndexOf Method (String)

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

[Visual Basic]
NotOverridable Overloads Public Function IndexOf( _
   ByVal parameterName As String _
) As Integer _
    Implements IDataParameterCollection.IndexOf
[C#]
public int IndexOf(
   string parameterName
);

Parameters

parameterName
The name of the parameter to retrieve.

Return Value

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

Implements

IDataParameterCollection.IndexOf

See Also

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