Npgsql API Docs

NpgsqlParameterCollection.Contains Method (Object)

Gets a value indicating whether a NpgsqlParameter exists in the collection.

[Visual Basic]
NotOverridable Overloads Public Function Contains( _
   ByVal value As Object _
) As Boolean _
    Implements IList.Contains
[C#]
public bool Contains(
   object value
);

Parameters

value
The value of the NpgsqlParameter object to find.

Return Value

true if the collection contains the NpgsqlParameter object; otherwise, false.

Implements

IList.Contains

Remarks

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

See Also

NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.Contains Overload List