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

SQL Anywhere 11.0.1 (中文) » UltraLiteJ » UltraLiteJ 参考 » UltraLiteJ API 参考 » SyncParms 类

 

setSendColumnNames 方法

设置在同步过程中是否向 MobiLink 服务器发送列名。缺省值为 false。

语法
abstract void SyncParms.setSendColumnNames(
  boolean c
)
参数
  • c   如果应发送列名,则设置为 true

注释

仅当使用直接行 API 时,服务器才会使用列名。

另请参见