Npgsql Api Docs

NpgsqlParameterCollection.Contains Method

Overload List

 

public bool Contains(NpgsqlParameter);

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

public override bool Contains(object);

Gets a value indicating whether a NpgsqlParameter with the specified parameter name exists in the collection.

public override bool Contains(string);

See Also

NpgsqlParameterCollection Class | Npgsql Namespace