Interface IEFCoreMigrationExecutor
Namespace: Umbraco.Cms.Infrastructure.Migrations
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IEFCoreMigrationExecutor
  Methods
View SourceExecuteAllMigrationsAsync()
Declaration
Task ExecuteAllMigrationsAsync()
  Returns
| Type | Description | 
|---|---|
| Task | 
ExecuteSingleMigrationAsync(EFCoreMigration)
Declaration
Task ExecuteSingleMigrationAsync(EFCoreMigration efCoreMigration)
  Parameters
| Type | Name | Description | 
|---|---|---|
| EFCoreMigration | efCoreMigration | 
Returns
| Type | Description | 
|---|---|
| Task |