Specifies whether the client should send column names to the MobiLink server during synchronization.
Visual Basic Public Property SendColumnNames As Boolean
C# public bool SendColumnNames { get; set; }
True to specify that the client should send column names to the MobiLink server, false to specify that column names are not sent. The default is false.
The column names are used by the MobiLink server for direct row handling. When the MobiLink server is using the row handling API to refer to columns by name rather than by index, you should set this option. This is the only use of the column names that are sent by this option.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |