The BaseTable type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllowAddNew |
Gets or sets a value indicating whether adding new rows to the table is allowed.
| |
| AllowDelete |
Gets or sets a value indicating whether deleting rows from the table is allowed.
| |
| ConstraintsFieldLevel |
Gets the collection of field level constraints.
| |
| ConstraintsRecordLevel |
Gets the collection of record level constraints.
| |
| Description |
Gets or sets a description for the table.
| |
| EffectiveAllowAddNew |
Gets the effective value of the AllowAddNew property at run time.
| |
| EffectiveAllowDelete |
Gets the effective value of the AllowDelete property at run time.
| |
| EffectiveReadOnly |
Gets the effective value of the ReadOnly property at run time.
| |
| EffectiveUserReadOnly |
Gets the effective value of the UserReadOnly property at run time.
| |
| Name |
Gets or sets the table name.
| |
| PrimaryKey |
Gets the name(s) of the table primary key field(s).
| |
| ReadOnly |
Gets or sets a value indicating whether modifying table data is allowed.
| |
| RowType |
Gets or sets a class representing rows of this table or view.
| |
| UserReadOnly |
Gets or sets a value indicating whether modifying table data in bound controls is allowed.
|