setSendColumnNames method

Sets whether column names are sent to the MobiLink server during a sync. The default value is false.

Syntax
abstract void SyncParms.setSendColumnNames(
  boolean c
)
Parameters
  • c   true if column names should be sent

Remarks

Column names are used by the server only when using the direct row API.

See also