RGF_v81Up Method

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

Definition

Namespace: Recrovit.RecroGridFramework.Migrations.SQLServer
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
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