The TableView type exposes the following members.

Constructors

  NameDescription
Public methodTableViewOverloaded.

Methods

  NameDescription
Public methodRetrieveFields
Retrieves table view fields from table specified in the Table property.

Properties

  NameDescription
Public propertyAllowAddNew
Gets or sets a value indicating whether adding new rows to the table is allowed.
(Inherited from BaseTable.)
Public propertyAllowDelete
Gets or sets a value indicating whether deleting rows from the table is allowed.
(Inherited from BaseTable.)
Public propertyAutoEndAddNew
Gets or sets a value indicating whether EndEdit()()()() must be called automatically for newly added rows once their primary key is defined.
Public propertyConstraintsFieldLevel
Gets the collection of field level constraints.
(Inherited from BaseTable.)
Public propertyConstraintsRecordLevel
Gets the collection of record level constraints.
(Inherited from BaseTable.)
Public propertyDataAccessMode
Gets or sets a value specifying how data is fetched from the database to the table view.
Public propertyDescription
Gets or sets a description for the table.
(Inherited from BaseTable.)
Public propertyDiagram
Gets the diagram this table view belongs to.
Public propertyEffectiveAllowAddNew
Gets the effective value of the AllowAddNew property at run time.
(Inherited from BaseTable.)
Public propertyEffectiveAllowDelete
Gets the effective value of the AllowDelete property at run time.
(Inherited from BaseTable.)
Public propertyEffectiveReadOnly
Gets the effective value of the ReadOnly property at run time.
(Inherited from BaseTable.)
Public propertyEffectiveUserReadOnly
Gets the effective value of the UserReadOnly property at run time.
(Inherited from BaseTable.)
Public propertyExposedInBinding
Gets or sets a value indicating whether table view is used for data binding (shown in the DataMember property of bound controls).
Public propertyFetchIndex
Gets or sets fetch order of the table view.
Public propertyFields
Gets the field collection of the table view.
Public propertyFillIgnore
Gets or sets a value indicating whether this table view is skipped when the data set is filled with data.
Public propertyFillSort
Gets or sets the sort field or fields, and sort order for filling the table view with data.
Public propertyMemoryResident
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.
Public propertyName
Gets or sets the name of the table view.
(Overrides BaseTable..::..Name.)
Public propertyPrimaryKey
Gets the name(s) of the table primary key field(s).
(Inherited from BaseTable.)
Public propertyReadOnly
Gets or sets a value indicating whether modifying table data is allowed.
(Inherited from BaseTable.)
Public propertyRowType
Gets or sets a class representing rows of this table or view.
(Inherited from BaseTable.)
Public propertyTable
Gets the table this table view is based on.
Public propertyUserReadOnly
Gets or sets a value indicating whether modifying table data in bound controls is allowed.
(Inherited from BaseTable.)
Public propertyVirtualAsyncThreshold
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'.
Public propertyVirtualConsolidateRows
Gets or sets a value indicating (in VirtualAutomatic mode) whether the table view rebuilds its rowset after all rows are fetched.
Public propertyVirtualSegmentCount
Gets or sets the maximum number of segments in the cache in virtual mode.
Public propertyVirtualSegmentSize
Gets or sets the size (number of rows) of a segment of rows fetched from the database in virtual mode.
Public propertyVirtualSyncThreshold
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'.

See Also