Npgsql API Docs

NpgsqlParameterCollection.Add Method (Object)

Adds the specified NpgsqlParameter object to the NpgsqlParameterCollection.

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

Parameters

value
The NpgsqlParameter to add to the collection.

Return Value

The zero-based index of the new NpgsqlParameter object.

Implements

IList.Add

Remarks

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

See Also

NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.Add Overload List