Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameterCollection.Insert Method 

Gets the location of the FbParameter in the collection.

[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 within the collection to insert the value parameter.
value
The FbParameter to add to the collection.

Return Value

The zero-based location of the FbParameter in the collection.

Implements

IList.Insert

See Also

FbParameterCollection Class | FirebirdSql.Data.Firebird Namespace