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

 

GetSchemaTable method

Syntax
DataTable GetSchemaTable();
Remarks

Gets a DataTable that describes the metadata for this download table.

If you want the DataTable to contain column name information, you must specify the client option to send column names.

Returns

A DataTable that describes the column metadata.

See also