The name of the table on which an upload or download operation occurred.
Public Property TableName( ) As String Member of DbmlsyncCOM.IRowTransferData
The TableName property specifies the name of the table on which an upload or download operation occurred. The following example illustrates the use of the TableName property in the UploadRow event.
See UploadRow event.
Following is a Visual Basic .NET example.
Private Sub dbmlsync1_UploadRow( ByVal rowData As DbmlsyncCOM.IRowTransferData ) Handles dbmlsync1.UploadRow MsgBox ("Table name:" + rowData.TableName) End Sub |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |