Insert( int index, object value ) method

Syntax
void Insert( int index, object value )
Remarks

Inserts the given iAnywhere.MobiLink.Script.DBParameter into the collection at the specified index.

Parameters
  • value   The iAnywhere.MobiLink.Script.DBParameter to insert.

  • index   The index at which to insert the DBParameter.