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