Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » MobiLink - Client Administration » Dbmlsync Integration Component » IRowTransferData interface

IRowTransferData interface Next Page

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.