Mimer Data Provider v9.2

MimerParameterCollection.Insert Method 

Inserts the MimerParameter into the collection at the index specified.

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

Parameters

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

Implements

IList.Insert

Exceptions

Exception TypeCondition
InvalidCastExceptionThe parameterValue is not of type MimerParameter.

See Also

MimerParameterCollection Class | Mimer.Data.Client Namespace