AwDbExData.Table Property

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

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.