protected override void Up(
MigrationBuilder migrationBuilder
)
Protected Overrides Sub Up (
migrationBuilder As MigrationBuilder
)
protected:
virtual void Up(
MigrationBuilder^ migrationBuilder
) override
abstract Up :
migrationBuilder : MigrationBuilder -> unit
override Up :
migrationBuilder : MigrationBuilder -> unit
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.