ComponentOne DataObjects for .NET
C1ExpressTable Class Properties

C1.Data.Express.2 Assembly > C1.Data.Express Namespace : C1ExpressTable Class

For a list of all members of this type, see C1ExpressTable members.

Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether adding new rows to this table is allowed.  
Public PropertyGets or sets a value indicating whether deleting rows from this table is allowed.  
Public PropertyGets or sets the C1ExpressConnection component this table is attached to.  
Public PropertyGets or sets the connection string used to connect to the database.  
Public PropertyGets the time to wait while trying to establish a connection before terminating the attempt and generating an error.  
Public PropertyGets or sets the type of database connection, either via OLE DB or using one of the native database access options.  
Public Property (Inherited from System.ComponentModel.Component)
Public Property (Inherited from C1.Data.BaseDataTableSource)
Public PropertyGets the C1.Data.C1DataRow object representing the current row. (Inherited from C1.Data.BaseDataTableSource)
Public PropertyGets or sets a DataAccessModeEnum value specifying static (everything fetch into memory) or virtual (fetch by segments, for a large data set) mode of operation.  
Public PropertyReturns or sets the IDBDataAdapter component used to fill and update the table with non-empty SelectCommandText.  
Public PropertyGets the name of the current database or the database to be used once a connection is open.  
Public PropertyGets the location and file name of the data source.  
Public PropertyGets the source C1.Data.C1DataTable containing the data. (Inherited from C1.Data.BaseDataTableSource)
Public PropertyGets or sets the name of the database table.  
Public PropertyGets the C1ExpressConnection component for this table.  
Public PropertyThe collection of C1ExpressTable fields.  
Public PropertyGets or sets the filter criteria for filling the table with data.  
Public PropertyGets or sets a value indicating whether the data set will be automatically filled with data when a data bound control requests data from it.  
Public PropertyGets or sets the sort field or fields, and sort order for filling the table with data.  
Public PropertyGets or sets the current row position for controls bound to this component. (Inherited from C1.Data.BaseDataSourceComponent)
Public PropertyGets the name of the OLE DB provider.  
Public PropertyGets or sets a value indicating whether changes to the rows of this table are allowed.  
Public PropertyGets or sets the command text (SQL statement or stored procedure) for fetching data from the database.  
Public PropertyDetermines how to interpret SelectCommandText property.  
Public PropertyGets or sets the name of the table as it appears to data bound controls.  
Public PropertyGets or sets a value indicating whether modified rows are immediately updated to the database when the end user leaves the row. (Inherited from C1.Data.BaseDataTableSource)
Public PropertyGets or sets a value indicating whether modifying table data in bould controls is allowed.  
Top
See Also

Reference

C1ExpressTable Class
C1.Data.Express Namespace