SendColumnNames property

Specifies whether the client should send column names to the MobiLink server during synchronization.

Syntax
Visual Basic

Public Property SendColumnNames As Boolean
C#

public bool SendColumnNames  { get; set; }
Property value

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.

Remarks

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.

See also