Enables the DownloadRow event.
Public Property DownloadEventsEnabled( ) As Boolean Member of DbmlsyncCOM.Dbmlsync
If you handle the DownloadRow event, you should set this property to true. The default is false, which disables the DownloadRow event. Setting the property to true reduces performance.
See DownloadRow event.
The following example sets DownloadEventsEnabled to true:
dbmlsync1.DownloadEventsEnabled = True |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |