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

SQL Anywhere 10.0.1 » MobiLink - Server Administration » Writing Synchronization Scripts in .NET » MobiLink server API for .NET reference » DBParameterCollection class

IndexOf( object value ) method Next Page

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