The Table type exposes the following members.

Methods

  NameDescription
AddCheckConstraint
AddColumn
Adds the Column to the ICollection of Columns that are part of the Table.
CreateForeignKey
Create a ForeignKey for the columns in the Table.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetColumn
Gets the Column at the specified index.
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetIndex
Gets the Index identified by the name.
GetQualifiedNameOverloaded.
GetQuotedName
Gets the name of this Table in quoted form if it is necessary.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetUniqueKey
Gets the UniqueKey identified by the name.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetIdentifierValue
Sets the Identifier of the Table.
SqlAlterStrings
SqlCreateString
Generates the SQL string to create this Table in the database.
SqlDropString
Generates the SQL string to drop this Table in the database.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UniqueColumnString
Generates a unique string for an ICollection of Column objects.

See Also