ComponentOne DataObjects for .NET
C1DataTableSource Class Members
Properties  Methods  Events

C1.Data.2 Assembly > C1.Data Namespace : C1DataTableSource Class

The following tables list the members exposed by C1DataTableSource.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the C1DataTableSource class.  
Top
Public Properties
 NameDescription
Public Property (Inherited from System.ComponentModel.Component)
Public Property (Inherited from C1.Data.BaseDataTableSource)
Public PropertyGets the C1DataRow object representing the current row. (Inherited from C1.Data.BaseDataTableSource)
Public PropertyGets or sets the C1DataSet to which this component belongs.  
Public PropertyGets the source C1DataTable containing the data. (Inherited from C1.Data.BaseDataTableSource)
Public PropertyGets or sets the current row position for controls bound to this component. (Inherited from C1.Data.BaseDataSourceComponent)
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets the name of the table view represented by this component.  
Public PropertyGets or sets a value indicating whether modified rows are immediately updated to the database when the end user leaves the row. (Inherited from C1.Data.BaseDataTableSource)
Top
Public Methods
 NameDescription
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodMoves to the first row. (Inherited from C1.Data.BaseDataTableSource)
Public MethodMoves to the last row. (Inherited from C1.Data.BaseDataTableSource)
Public MethodMoves to the next row. (Inherited from C1.Data.BaseDataTableSource)
Public MethodMoves to the previous row. (Inherited from C1.Data.BaseDataTableSource)
Public MethodSeeks a row by its primary key values. (Inherited from C1.Data.BaseDataTableSource)
Public Method (Inherited from System.ComponentModel.Component)
Top
Public Events
 NameDescription
Public EventFired after a new (empty) row is added. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired when the user starts editing a row, after the row enters edit mode. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired when the user cancels editing a row, after reverting the changes made to the row. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired when all changes initiated by a field change are done and handled by the business logic code. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired after a row has been deleted. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired after a newly added row becomes a regular row in the rowset, that is, when its primary key and other required (C1.Data.SchemaObjects.Field.AllowDbNull=false) fields are specified. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired when the user finishes editing a row, after the row leaves edit mode. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired after a field value is set. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired after first change is made to a row (a field value changes) after the row last entered edit mode. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired in TableView.DataAccessMode = VirtualAutomatic, when all rows are fetched. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired before a new (empty) row is added. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired when the user starts editing a row, before the row enters edit mode. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired when the user cancels editing a row, before reverting the changes made to the row. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired before a row is deleted. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired before a newly added row becomes a regular row in the rowset, that is, when its primary key and other required (C1.Data.SchemaObjects.Field.AllowDbNull=false) fields are specified. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired when the user finishes editing a row, before the row leaves edit mode. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired before a field value is set. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired before first change is made to a row (a field value changes) after the row last entered edit mode. (Inherited from C1.Data.BaseDataTableSource)
Public EventFired when there are changes in the current row, whatever their cause, resulting from field change, current row change or complete data refresh. (Inherited from C1.Data.BaseDataSourceComponent)
Public Event (Inherited from System.ComponentModel.Component)
Public EventFired when controls bound to this component change their current row position. (Inherited from C1.Data.BaseDataSourceComponent)
Top
See Also

Reference

C1DataTableSource Class
C1.Data Namespace
C1DataTableCollection Class