The Table type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | 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 | (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.
|
![]() | GetQualifiedName | Overloaded. |
![]() | 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 | (Inherited from Object.) |
![]() | UniqueColumnString |
Generates a unique string for an ICollection of
Column objects.
|