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 » DownloadData interface

 

GetDownloadTableByName method

Syntax
DownloadTableData GetDownloadTableByName(
string table-name);
Remarks

Gets the named download table for this synchronization. Returns null if there is no table with the given name in this synchronization.

Returns

Download data for the given table name or null if not found.

Parameters
  • table-name   Name of the table for which you want the download data.