Npgsql Api Docs

NpgsqlParameterCollection.Add Method (NpgsqlParameter)

Adds the specified NpgsqlParameter object to the NpgsqlParameterCollection.

[Visual Basic]
Overloads Public Function Add( _
   ByVal value As NpgsqlParameter _
) As NpgsqlParameter
[C#]
public NpgsqlParameter Add(
   NpgsqlParameter value
);

Parameters

value
The NpgsqlParameter to add to the collection.

Return Value

The index of the new NpgsqlParameter object.

See Also

NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.Add Overload List