The BaseTable type exposes the following members.

Properties

  NameDescription
Public propertyAllowAddNew
Gets or sets a value indicating whether adding new rows to the table is allowed.
Public propertyAllowDelete
Gets or sets a value indicating whether deleting rows from the table is allowed.
Public propertyConstraintsFieldLevel
Gets the collection of field level constraints.
Public propertyConstraintsRecordLevel
Gets the collection of record level constraints.
Public propertyDescription
Gets or sets a description for the table.
Public propertyEffectiveAllowAddNew
Gets the effective value of the AllowAddNew property at run time.
Public propertyEffectiveAllowDelete
Gets the effective value of the AllowDelete property at run time.
Public propertyEffectiveReadOnly
Gets the effective value of the ReadOnly property at run time.
Public propertyEffectiveUserReadOnly
Gets the effective value of the UserReadOnly property at run time.
Public propertyName
Gets or sets the table name.
Public propertyPrimaryKey
Gets the name(s) of the table primary key field(s).
Public propertyReadOnly
Gets or sets a value indicating whether modifying table data is allowed.
Public propertyRowType
Gets or sets a class representing rows of this table or view.
Public propertyUserReadOnly
Gets or sets a value indicating whether modifying table data in bound controls is allowed.

See Also