Interface IDbTable
Represents a database table.
Inherited Members
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public interface IDbTable : IDbSet
Properties
| Name | Description |
|---|---|
| Description | Gets the description of the database table. |
| DesignMode | Gets a value indicates whether this database table is in design mode. |
| Identifier | Gets the identifier of the database table. |
| Name | Gets the name of the database table. |