IRowTransferData interface

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
TableName property
ColumnName property
ColumnValue property
ColumnCount property