TableBuilder(Of TColumns) Class
Entity Framework 5.0
Helper class that is used to further configure a table being created from a CreateTable call on DbMigration.
Namespace: System.Data.Entity.Migrations.Builders
Assembly: EntityFramework (in EntityFramework.dll)
The TableBuilder(Of TColumns) type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TableBuilder(Of TColumns) | Initializes a new instance of the TableBuilder(Of TColumns) class. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Overrides Object.Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | ForeignKey | Specifies a foreign key constraint to be created on the table. |
![]() | GetHashCode | Gets the hash code for the current object. (Overrides Object.GetHashCode.) |
![]() | GetType | Gets the type of the current object. |
![]() | Index | Specifies an index to be created on the table. |
![]() | MemberwiseClone | Creates a shallow copy of the current object. |
![]() | PrimaryKey | Specifies a primary key for the table. |
![]() | ToString | Returns a string representation of the current object. (Overrides Object.ToString.) |
Show:
