| C1.Data.2 Assembly > C1.Data Namespace : C1DataTable Class |
The following tables list the members exposed by C1DataTable.
| Name | Description | |
|---|---|---|
![]() | CaseSensitive | Determines whether string comparisons within the data table are case-sensitive. |
![]() | DataSet | Gets the data set this data table belongs to. |
![]() | ExtendedProperties | Gets a collection of custom user information associated with the data table. |
![]() | FetchIndex | Gets or sets fetch order of the data table representing a table view rowset. |
![]() | Fields | This run-time property returns the collection of fields in the data table. |
![]() | HasErrors | Gets a value indicating whether there are errors in any of the rows of this data table. |
![]() | Locale | Determines the locale information used in string comparisons within the data table. |
![]() | Name | Gets the name of the data table. |
![]() | PrimaryKey | Gets an array of fields that function as primary key of this data table. |
![]() | Rows | This run-time property returns the collection of rows belonging to this data table. |
![]() | SchemaTable | Gets a C1.Data.SchemaObjects.Table or C1.Data.SchemaObjects.TableView schema object representing the schema of this data table. |
![]() | SortComparisonMode | Determines the type of string comparison within the data table. |
![]() | StorageDataTable | Gets the ADO.NET DataTable storing data rows for a simple table. |
| Name | Description | |
|---|---|---|
![]() | AcceptChanges | Commits all changes made to the table since it was filled with data or the last time AcceptChanges or RejectChanges was called. |
![]() | AddNew | Adds a new row to the data table. |
![]() | Compute | Computes an aggregation expression on the rows that satisfy a filter condition. |
![]() | GetErrors | Gets an array of C1DataRow objects that contain errors. |
![]() | Refresh | Refreshes field values in all data table rows and notifies data bound controls that the rows have changed. |
![]() | RejectChanges | Rolls back all changes made to the table since it was filled with data or the last time AcceptChanges or RejectChanges was called. |
![]() | ResetCaseSensitive | If the value of the CaseSensitive property was overridden in the C1DataTable, this method switches C1DataTable to the CaseSensitive property of the owner C1DataSet. |
![]() | ResetSortComparisonMode | If the value of the SortComparisonMode property was overridden in the C1DataTable, this method switches C1DataTable to the SortComparisonMode property of the owner C1DataSet. |
C1DataTable Class
C1.Data Namespace
How to Access Table Data
How to Access Table View Data