AwDbExData.SrcTableName Property

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.