_6ea97ce1711f40bd9cc967e2b18f74b4df8f4d89latestmainUp Method

Builds the operations that will migrate the database 'up'.

Definition

Namespace: SuperBuilderWinService.Migrations
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
protected override void Up(
	MigrationBuilder migrationBuilder
)

Parameters

migrationBuilder  MigrationBuilder
The MigrationBuilder that will build the operations.

Remarks

That is, builds the operations that will take the database from the state left in by the previous migration so that it is up-to-date with regard to this migration.

This method must be overridden in each class that inherits from Migration.

See Database migrations for more information and examples.

See Also