The Table type exposes the following members.
Constructors
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.
|
Properties
Name | Description | |
---|---|---|
![]() | ColumnCollection |
Gets an ICollection of Column objects that
are part of the Table.
|
![]() | ColumnSpan |
Gets the number of columns that this Table contains.
|
![]() | ForeignKeyCollection |
Gets an ICollection of ForeignKey objects that
are part of the Table.
|
![]() | IndexCollection |
Gets an ICollection of Index objects that
are part of the Table.
|
![]() | IsQuoted |
Gets or sets if the column needs to be quoted in SQL statements.
|
![]() | Name |
Gets or sets the name of the Table in the database.
|
![]() | PrimaryKey |
Gets or sets the PrimaryKey of the Table.
|
![]() | Schema |
Gets or sets the schema the table is in.
|
![]() | UniqueInteger |
Gets the unique number of the Table.
|
![]() | UniqueKeyCollection |
Gets an ICollection of UniqueKey objects that
are part of the Table.
|