指定客户端是否应在同步过程中向 MobiLink 服务器发送列名。
Visual Basic Public Property SendColumnNames As Boolean
C# public bool SendColumnNames { get; set; }
如果指定客户端应向 MobiLink 服务器发送列名,则为 true;如果指定不发送列名,则为 false。缺省值为 false。
MobiLink 服务器使用列名进行直接行处理。当 MobiLink 服务器使用行处理 API 按名称而不按索引引用列时,应设置此选项。这是此选项所发送的列名的唯一用途。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |