ComponentOne DataObjects for .NET
DbTable Class Members
Properties  Methods 

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

The following tables list the members exposed by DbTable.

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 the Connection object used for the table.  
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 the table data mode.  
Public PropertyGets or sets the name of a database table on which the table is based.  
Public PropertyGets or sets a description for the table. (Inherited from C1.Data.SchemaObjects.BaseTable)
Public PropertyGets the effective value of the AllowAddNew property at run time. (Inherited from C1.Data.SchemaObjects.BaseTable)
Public PropertyGets the effective value of the AllowDelete property at run time. (Inherited from C1.Data.SchemaObjects.BaseTable)
Public PropertyGets the effective value of the ReadOnly property at run time. (Inherited from C1.Data.SchemaObjects.BaseTable)
Public PropertyGets the effective value of the UserReadOnly property at run time. (Inherited from C1.Data.SchemaObjects.BaseTable)
Public PropertyGets the collection of table fields. (Inherited from C1.Data.SchemaObjects.Table)
Public PropertyGets or sets a value indicating whether the absence of a record to delete in the database is interpreted as an error. (Inherited from C1.Data.SchemaObjects.Table)
Public Property (Inherited from C1.Data.SchemaObjects.Table)
Public Property (Inherited from C1.Data.SchemaObjects.Table)
Public PropertyGets or sets a value indicating whether modifying table data is allowed. (Inherited from C1.Data.SchemaObjects.BaseTable)
Public PropertyGets or sets a class representing rows of this table or view. (Inherited from C1.Data.SchemaObjects.BaseTable)
Public PropertyGets the schema to which the table belongs. (Inherited from C1.Data.SchemaObjects.Table)
Public PropertyGets or sets the command text for fetching data used in DataMode = SqlBased.  
Public PropertyDetermines how to interpret SelectCommandText in DataMode = SqlBased.  
Public PropertyGets or sets a value specifying which field values participate in locating the database record for update. (Inherited from C1.Data.SchemaObjects.Table)
Public PropertyGets or sets a value specifying how refresh after updating the database is done. (Inherited from C1.Data.SchemaObjects.Table)
Public PropertyGets or sets a value indicating whether modifying table data in bound controls is allowed. (Inherited from C1.Data.SchemaObjects.BaseTable)
Top
Public Methods
 NameDescription
Public MethodRetrieves fields from the database table specified in DbTableName property.  
Top
See Also

Reference

DbTable Class
C1.Data.SchemaObjects Namespace
Simple Tables