ComponentOne DataObjects for .NET
TableView Class Members
Properties  Methods 

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace : TableView Class

The following tables list the members exposed by TableView.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether adding new rows to the table is allowed. (Inherited from C1.Data.SchemaObjects.BaseTable)
Public PropertyGets or sets a value indicating whether deleting rows from the table is allowed. (Inherited from C1.Data.SchemaObjects.BaseTable)
Public PropertyGets or sets a value indicating whether EndEdit must be called automatically for newly added rows once their primary key is defined.  
Public PropertyGets the collection of field level constraints. (Inherited from C1.Data.SchemaObjects.BaseTable)
Public PropertyGets the collection of record level constraints. (Inherited from C1.Data.SchemaObjects.BaseTable)
Public PropertyGets or sets a value specifying how data is fetched from the database to the table view.  
Public PropertyGets or sets a description for the table. (Inherited from C1.Data.SchemaObjects.BaseTable)
Public PropertyGets the diagram this table view belongs to.  
Public PropertyOverridden.   
Public PropertyOverridden.   
Public PropertyOverridden.   
Public PropertyOverridden.   
Public PropertyGets or sets a value indicating whether table view is used for data binding (shown in the DataMember property of bound controls).  
Public PropertyGets or sets fetch order of the table view.  
Public PropertyGets the field collection of the table view.  
Public PropertyGets or sets a value indicating whether this table view is skipped when the data set is filled with data.  
Public PropertyGets or sets the sort field or fields, and sort order for filling the table view with data.  
Public PropertyThis 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 PropertyOverridden. Gets or sets the name of the table view.  
Public PropertyOverridden.   
Public PropertyGets or sets a value indicating whether modifying table data is allowed. (Inherited from C1.Data.SchemaObjects.BaseTable)
Public PropertyOverridden.   
Public PropertyGets the table this table view is based on.  
Public PropertyGets or sets a value indicating whether modifying table data in bound controls is allowed. (Inherited from C1.Data.SchemaObjects.BaseTable)
Public PropertyGets 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 PropertyGets or sets a value indicating (in VirtualAutomatic mode) whether the table view rebuilds its rowset after all rows are fetched.  
Public PropertyGets or sets the maximum number of segments in the cache in virtual mode.  
Public PropertyGets or sets the size (number of rows) of a segment of rows fetched from the database in virtual mode.  
Public PropertyGets 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'.  
Top
Public Methods
 NameDescription
Public MethodRetrieves table view fields from table specified in the Table property.  
Top
See Also

Reference

TableView Class
C1.Data.SchemaObjects Namespace