ComponentOne DataObjects for .NET
BaseTable Class Properties

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

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

Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether adding new rows to the table is allowed.  
Public PropertyGets or sets a value indicating whether deleting rows from the table is allowed.  
Public PropertyGets the collection of field level constraints.  
Public PropertyGets the collection of record level constraints.  
Public PropertyGets or sets a description for the table.  
Public PropertyGets the effective value of the AllowAddNew property at run time.  
Public PropertyGets the effective value of the AllowDelete property at run time.  
Public PropertyGets the effective value of the ReadOnly property at run time.  
Public PropertyGets the effective value of the UserReadOnly property at run time.  
Public PropertyGets or sets the table name.  
Public PropertyGets the name(s) of the table primary key field(s).  
Public PropertyGets or sets a value indicating whether modifying table data is allowed.  
Public PropertyGets or sets a class representing rows of this table or view.  
Public PropertyGets or sets a value indicating whether modifying table data in bound controls is allowed.  
Top
See Also

Reference

BaseTable Class
C1.Data.SchemaObjects Namespace