Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » MobiLink - Server Administration » MobiLink Server APIs » Writing synchronization scripts in .NET » MobiLink server API for .NET reference » DBParameterCollection class

 

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.