TableBuilder<TColumns> Constructor (CreateTableOperation, DbMigration)
Initializes a new instance of the TableBuilder class.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- createTableOperation
-
Type:
System.Data.Entity.Migrations.Model.CreateTableOperation
The table creation operation to be further configured.
- migration
-
Type:
System.Data.Entity.Migrations.DbMigration
The migration the table is created in.