ComponentOne DataObjects for .NET
C1DataTable Class Methods

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

For a list of all members of this type, see C1DataTable members.

Public Methods
 NameDescription
Public MethodCommits all changes made to the table since it was filled with data or the last time AcceptChanges or RejectChanges was called.  
Public MethodAdds a new row to the data table.  
Public MethodComputes an aggregation expression on the rows that satisfy a filter condition.  
Public MethodGets an array of C1DataRow objects that contain errors.  
Public MethodRefreshes field values in all data table rows and notifies data bound controls that the rows have changed.  
Public MethodRolls back all changes made to the table since it was filled with data or the last time AcceptChanges or RejectChanges was called.  
Public MethodIf the value of the CaseSensitive property was overridden in the C1DataTable, this method switches C1DataTable to the CaseSensitive property of the owner C1DataSet.  
Public MethodIf the value of the SortComparisonMode property was overridden in the C1DataTable, this method switches C1DataTable to the SortComparisonMode property of the owner C1DataSet.  
Top
See Also

Reference

C1DataTable Class
C1.Data Namespace
How to Access Table Data
How to Access Table View Data