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

SQL Anywhere 11.0.0 » MobiLink - Server Administration » MobiLink Server APIs » Writing synchronization scripts in .NET » MobiLink server API for .NET reference

 

UpdateDataReader interface

Syntax
interface UpdateDataReader
Remarks

Holds the update operations for one upload transaction for one table. New and old rows can both be accessed by changing the mode of the DataReader to old or new. Otherwise this can be used as a regular DataReader.


SetNewRowValues method
SetOldRowValues method