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

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULSyncParms class

 

AdditionalParms property

Specifies a string of keyword=value pairs. This list of pairs usually contains synchronization parameters that are infrequently used.

Syntax
Visual Basic
Public Property AdditionalParms As String
C#
public string  AdditionalParms { get; set; }
Property value

A semicolon-separated list of keyword=value additional parameters.

See also