Npgsql API Documentation

NpgsqlParameterCollection.Add Method (Object)

[This is preliminary documentation and subject to change.]

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

See Also

NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.Add Overload List