Specifies the operation performed on the row.
Public Property RowOperation( ) As DbmlsyncCOM.RowEventOp Member of DbmlsyncCOM.IRowTransferData
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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |