Npgsql API Documentation

NpgsqlParameterCollection.Insert Method 

[This is preliminary documentation and subject to change.]

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

See Also

NpgsqlParameterCollection Class | Npgsql Namespace