Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IMigrationProvider

    Namespace: Umbraco.Cms.Persistence.EFCore.Migrations
    Assembly: Umbraco.Cms.Persistence.EFCore.dll
    Syntax
    public interface IMigrationProvider

    Properties

    View Source

    ProviderName

    Declaration
    string ProviderName { get; }
    Property Value
    Type Description
    System.String

    Methods

    View Source

    MigrateAllAsync()

    Declaration
    Task MigrateAllAsync()
    Returns
    Type Description
    Task
    View Source

    MigrateAsync(EFCoreMigration)

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