Table of Contents

Interface IMigrator

Namespace
GroupeIsa.Neos.Migration
Assembly
GroupeIsa.Neos.Migration.Abstractions.dll

Provides the functionalities of a database migration process.

public interface IMigrator

Methods

ExecuteAsync(MigrationOptions?)

Executes this migration.

Task<MigrationResult> ExecuteAsync(MigrationOptions? options = null)

Parameters

options MigrationOptions

Options of the migration.

Returns

Task<MigrationResult>

Migration result.