TableBuilder<TColumns>(CreateTableOperation, DbMigration) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the TableBuilder class.
public TableBuilder(System.Data.Entity.Migrations.Model.CreateTableOperation createTableOperation, System.Data.Entity.Migrations.DbMigration migration);
new System.Data.Entity.Migrations.Builders.TableBuilder<'Columns> : System.Data.Entity.Migrations.Model.CreateTableOperation * System.Data.Entity.Migrations.DbMigration -> System.Data.Entity.Migrations.Builders.TableBuilder<'Columns>
Parameters
- createTableOperation
- CreateTableOperation
The table creation operation to be further configured.
- migration
- DbMigration
The migration the table is created in.