The TableView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TableView | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | RetrieveFields |
Retrieves table view fields from table specified in the Table property.
|
Properties
Name | Description | |
---|---|---|
![]() | AllowAddNew |
Gets or sets a value indicating whether adding new rows to the table is allowed.
(Inherited from BaseTable.) |
![]() | AllowDelete |
Gets or sets a value indicating whether deleting rows from the table is allowed.
(Inherited from 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 BaseTable.) |
![]() | ConstraintsRecordLevel |
Gets the collection of record level constraints.
(Inherited from 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 BaseTable.) |
![]() | Diagram |
Gets the diagram this table view belongs to.
|
![]() | EffectiveAllowAddNew |
Gets the effective value of the AllowAddNew property at run time.
(Inherited from BaseTable.) |
![]() | EffectiveAllowDelete |
Gets the effective value of the AllowDelete property at run time.
(Inherited from BaseTable.) |
![]() | EffectiveReadOnly |
Gets the effective value of the ReadOnly property at run time.
(Inherited from BaseTable.) |
![]() | EffectiveUserReadOnly |
Gets the effective value of the UserReadOnly property at run time.
(Inherited from BaseTable.) |
![]() | 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 |
Gets or sets the name of the table view.
(Overrides BaseTable..::..Name.) |
![]() | PrimaryKey |
Gets the name(s) of the table primary key field(s).
(Inherited from BaseTable.) |
![]() | ReadOnly |
Gets or sets a value indicating whether modifying table data is allowed.
(Inherited from BaseTable.) |
![]() | RowType |
Gets or sets a class representing rows of this table or view.
(Inherited from BaseTable.) |
![]() | 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 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'.
|