RowOperation property

Specifies the operation performed on the row.

Syntax
Public Property RowOperation( )  As DbmlsyncCOM.RowEventOp
Member of DbmlsyncCOM.IRowTransferData
Remarks

This property has one of the following values:

OpInsert   The row was inserted.

OpUpdate   The row was updated.

OpDelete   The row was deleted.

OpTruncate   The table was truncated (all the rows in the table were deleted). When the RowOperation property has this value, the ColumnName and ColumnValue properties return invalid information.

Note: For the DownloadRow event, upsert (update or insert) operations are given the OpInsert value.