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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULSyncParms 类

 

SendColumnNames 属性

指定客户端是否应在同步过程中向 MobiLink 服务器发送列名。

语法
Visual Basic
Public Property SendColumnNames As Boolean
C#
public bool SendColumnNames { get; set; }
属性值

如果指定客户端应向 MobiLink 服务器发送列名,则为 true;如果指定不发送列名,则为 false。缺省值为 false。

注释

MobiLink 服务器使用列名进行直接行处理。当 MobiLink 服务器使用行处理 API 按名称而不按索引引用列时,应设置此选项。这是此选项所发送的列名的唯一用途。

另请参见