ComponentOne DataObjects for .NET
C1DataTableSource Class
Members 

C1.Data.2 Assembly > C1.Data Namespace : C1DataTableSource Class
C1DataTableSource has two main uses:

You can use C1DataTableSource to handle business logic events in your client application code, in addition to the business logic specified in the data library, see Business Logic for details.

You must use C1DataTableSource as the data source for your bound controls to make them work in virtual mode, see Virtual Mode - Dealing with Large Datasets for details.

C1DataTableSource is used as a data source for bound controls, such as grids and others.

Object Model
C1DataTableSource Class
Syntax
'Declaration
 
Public Class C1DataTableSource 
   Inherits BaseDataTableSource
public class C1DataTableSource : BaseDataTableSource 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
               C1.Data.BaseDataSourceComponent
                  C1.Data.BaseDataTableSource
                     C1.Data.C1DataTableSource

See Also

Reference

C1DataTableSource Members
C1.Data Namespace
C1DataTableCollection Class