DBTable Members
In This Article
#Constructors
Name | Description |
---|---|
DBTable() | Initializes a new instance of the DBTable class with default settings. |
DBTable |
Initializes a new instance of the DBTable class with the specified name. |
#Fields
Name | Description |
---|---|
Is |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Name | Specifies the table’s name. |
Primary |
Specifies a DBPrimary |
#Properties
Name | Description |
---|---|
Columns | Provides access to the current DBTable‘s column collection. |
Foreign |
Provides access to the current DBTable‘s foreign keys collection. |
Indexes | Provides access to the current DBTable‘s indexes collection. |
#Methods
Name | Description |
---|---|
Add |
Appends a column to the DBTable. |
Add |
Appends a DBForeign |
Add |
Appends a DBIndex object to the DBTable. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the current object has the same settings as the specified object. |
Get |
Creates a new column with the specified name and appends it to the DBTable. |
Get |
Gets the hash code (a number) that corresponds to the value of the current DBTable object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Indicates whether the DBTable. |
Is |
Indicates whether the DBTable. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
See Also