ComponentOne DataObjects for .NET
DataTable Property (BaseDataTableSource)

C1.Data.2 Assembly > C1.Data Namespace > BaseDataTableSource Class : DataTable Property
Gets the source C1DataTable containing the data.
Syntax
'Declaration
 
Public Overrides ReadOnly Property DataTable As C1DataTable
public override C1DataTable DataTable {get;}
Remarks
The data table returned by this property is used for programmatic access to the table data.
See Also

Reference

BaseDataTableSource Class
BaseDataTableSource Members
C1DataTableSource Class
C1ExpressTable Class