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.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework