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

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

 

CopyTo(Array array, int index) method

Syntax
void CopyTo( Array array, int index )
Remarks

Copies the contents of the collection into the given array starting at the specified index.

Parameters
  • array   The array to which to copy the contents of the collection.

  • index   The index in the array at which to begin copying the contents of the collection.