| C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace : TableView Class |
The following tables list the members exposed by TableView.
| Name | Description | |
|---|---|---|
![]() | TableView Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | AllowAddNew | Gets or sets a value indicating whether adding new rows to the table is allowed. (Inherited from C1.Data.SchemaObjects.BaseTable) |
![]() | AllowDelete | Gets or sets a value indicating whether deleting rows from the table is allowed. (Inherited from C1.Data.SchemaObjects.BaseTable) |
![]() | AutoEndAddNew | Gets or sets a value indicating whether EndEdit must be called automatically for newly added rows once their primary key is defined. |
![]() | ConstraintsFieldLevel | Gets the collection of field level constraints. (Inherited from C1.Data.SchemaObjects.BaseTable) |
![]() | ConstraintsRecordLevel | Gets the collection of record level constraints. (Inherited from C1.Data.SchemaObjects.BaseTable) |
![]() | DataAccessMode | Gets or sets a value specifying how data is fetched from the database to the table view. |
![]() | Description | Gets or sets a description for the table. (Inherited from C1.Data.SchemaObjects.BaseTable) |
![]() | Diagram | Gets the diagram this table view belongs to. |
![]() | EffectiveAllowAddNew | Overridden. |
![]() | EffectiveAllowDelete | Overridden. |
![]() | EffectiveReadOnly | Overridden. |
![]() | EffectiveUserReadOnly | Overridden. |
![]() | ExposedInBinding | Gets or sets a value indicating whether table view is used for data binding (shown in the DataMember property of bound controls). |
![]() | FetchIndex | Gets or sets fetch order of the table view. |
![]() | Fields | Gets the field collection of the table view. |
![]() | FillIgnore | Gets or sets a value indicating whether this table view is skipped when the data set is filled with data. |
![]() | FillSort | Gets or sets the sort field or fields, and sort order for filling the table view with data. |
![]() | MemoryResident | This property is used in ComponentOne WebData for data caching in web applications. It is ignored if the schema is used in WinForms application or in WebForms application without WebDataObjects. |
![]() | Name | Overridden. Gets or sets the name of the table view. |
![]() | PrimaryKey | Overridden. |
![]() | ReadOnly | Gets or sets a value indicating whether modifying table data is allowed. (Inherited from C1.Data.SchemaObjects.BaseTable) |
![]() | RowType | Overridden. |
![]() | Table | Gets the table this table view is based on. |
![]() | UserReadOnly | Gets or sets a value indicating whether modifying table data in bound controls is allowed. (Inherited from C1.Data.SchemaObjects.BaseTable) |
![]() | VirtualAsyncThreshold | Gets or sets a percent value from 0 to 100 determining (in virtual mode) the distance to the end of a segment that is considered a 'preemptive fetch zone'. |
![]() | VirtualConsolidateRows | Gets or sets a value indicating (in VirtualAutomatic mode) whether the table view rebuilds its rowset after all rows are fetched. |
![]() | VirtualSegmentCount | Gets or sets the maximum number of segments in the cache in virtual mode. |
![]() | VirtualSegmentSize | Gets or sets the size (number of rows) of a segment of rows fetched from the database in virtual mode. |
![]() | VirtualSyncThreshold | Gets or sets a percent value from 0 to 100 determining (in virtual mode) the distance to the end of a segment that is considered a 'mandatory fetch zone'. |
| Name | Description | |
|---|---|---|
![]() | RetrieveFields | Retrieves table view fields from table specified in the Table property. |