Npgsql Api Docs

NpgsqlParameterCollection.Insert Method (Int32, Object)

Inserts a NpgsqlParameter into the collection at the specified index.

[Visual Basic]
Overrides Overloads Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) _
    Implements IList.Insert
[C#]
public override void Insert(
   int index,
   object value
);

Parameters

index
The zero-based index where the parameter is to be inserted within the collection.
value
The NpgsqlParameter to add to the collection.

Implements

IList.Insert

See Also

NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.Insert Overload List