DownloadData interface

Syntax
interface DownloadData
Remarks

Encapsulates download data operations for direct row handling. To obtain a DownloadData instance, use the DBConnectionContext GetDownloadData method. Use the DownloadData.GetDownloadTables and GetDownloadTableByName methods to return DownloadTableData instances.

This download data is available through DBConnectionContext. It is not valid to access the download data before the begin_synchronization event or after the end_download event. It is not valid to access DownloadData in an upload-only synchronization.

See also

GetDownloadTables method
GetDownloadTableByName method