System.Data.Entity.Migrations.Builders Namespace
Entity Framework 5.0
Provides helper classes that are used to configure tables and columns.
| Class | Description | |
|---|---|---|
|
ColumnBuilder | Represents a helper class that is used to configure a column. |
|
TableBuilder(Of TColumns) | Helper class that is used to further configure a table being created from a CreateTable call on DbMigration. |
Show: