ComponentOne DataObjects for .NET
DataTable Property (BaseDataSourceComponent)

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

Reference

BaseDataSourceComponent Class
BaseDataSourceComponent Members
C1DataTableSource Class
C1ExpressTable Class