Ignored Rows synchronization parameter

This field is set by a synchronization to indicate that rows were ignored by the MobiLink server during synchronization because of absent scripts.

Syntax

The syntax varies depending on the API you use.

Allowed values

Boolean

Remarks

The parameter is read-only.

See also
Example

UltraLite for C/C++ applications can access the parameter as follows:

ul_synch_info info;
// ...
res = info.ignored_rows;