Npgsql API Docs

NpgsqlParameterCollection.Insert Method 

Inserts a NpgsqlParameter into the collection at the specified index.

[Visual Basic]
NotOverridable Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) _
    Implements IList.Insert
[C#]
public 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

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlParameterCollection.Insert(System.Int32,System.Object)

See Also

NpgsqlParameterCollection Class | Npgsql Namespace