IRowTransferData interface (removed)

Note

The Dbmlsync integration component has been removed in version 12. In its place, use the dbmlsync programming interface. See Dbmlsync API.

Public Interface IRowTransferData
Member of DbmlsyncCOM

The UploadRow and DownloadRow events accept DbmlsyncCOM.IRowTransferData objects as parameters to examine uploaded and downloaded rows. This interface defines detailed row information including the table name, row operation, and column names.


RowOperation property (removed)
TableName property (removed)
ColumnName property (removed)
ColumnValue property (removed)
ColumnCount property (removed)