Gets the update target table name of the data source.
[Visual Basic]
Public ReadOnly Property SrcTableName As String
[C#]
public string SrcTableName {get;}
Property Value
String.
Example
How to get the update target table name of the data source.
Dim tableName As String = dbExData.SrcTableName
string tableName = dbExData.SrcTableName;
See Also
AwDbExData Class | Asterworld.Data Namespace