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.
|
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.
|
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.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ToString()
|
|