Advanced.Data.Provider Documentation

AdpParameterCollection.Insert Method 

[This is preliminary documentation and subject to change.]

Inserts a AdpParameter 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 AdpParameter is to be inserted within the collection.
value
The AdpParameter to add to the collection.

Implements

IList.Insert

See Also

AdpParameterCollection Class | Advanced.Data.Provider Namespace