DBTable Methods
A table that stores a persistent object‘s data.| Name | Description |
|---|---|
| AddColumn(DBColumn) | Appends a column to the DBTable.Columns collection. |
| AddForeignKey(DBForeignKey) | Appends a DBForeignKey object to the DBTable.ForeignKeys collection. |
| AddIndex(DBIndex) | Appends a DBIndex object to the DBTable.Indexes collection. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the current object has the same settings as the specified object. |
| GetColumn(String) | Creates a new column with the specified name and appends it to the DBTable.Columns collection. |
| GetHashCode() | Gets the hash code (a number) that corresponds to the value of the current DBTable object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IsForeignKeyIncluded(DBForeignKey) | Indicates whether the DBTable.ForeignKeys collection contains the specified DBForeignKey object. |
| IsIndexIncluded(DBIndex) | Indicates whether the DBTable.Indexes collection contains the specified DBIndex object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() |
See Also