Gets the data table.
[Visual Basic]
Public ReadOnly Property Table As DataTable
[C#]
public System.Data.DataTable Table {get;}
Property Value
DataTable.
Example
How to get the data table.
Dim dt As DataTable = dbExData.Table
DataTable dt = dbExData.Table;
See Also
AwDbExData Class | Asterworld.Data Namespace