Npgsql API Docs

NpgsqlParameterCollection.IndexOf Method (Object)

Gets the location of a NpgsqlParameter 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 value of the NpgsqlParameter object to find.

Return Value

The zero-based index of the NpgsqlParameter object in the collection.

Implements

IList.IndexOf

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlParameterCollection.IndexOf(System.Object)

See Also

NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.IndexOf Overload List