Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IEFCoreMigrationExecutor

    Namespace: Umbraco.Cms.Infrastructure.Migrations
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IEFCoreMigrationExecutor

    Methods

    View Source

    ExecuteAllMigrationsAsync()

    Declaration
    Task ExecuteAllMigrationsAsync()
    Returns
    Type Description
    Task
    View Source

    ExecuteSingleMigrationAsync(EFCoreMigration)

    Declaration
    Task ExecuteSingleMigrationAsync(EFCoreMigration efCoreMigration)
    Parameters
    Type Name Description
    EFCoreMigration efCoreMigration
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ExecuteAllMigrationsAsync()
      • ExecuteSingleMigrationAsync(EFCoreMigration)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX