DBTable Properties
A table that stores a persistent object‘s data.| Name | Description |
|---|---|
| Columns | Provides access to the current DBTable‘s column collection. |
| ForeignKeys | Provides access to the current DBTable‘s foreign keys collection. |
| Indexes | Provides access to the current DBTable‘s indexes collection. |
See Also