Search Results for

    Show / Hide Table of Contents
    View Source

    Class SqliteMigrationProvider

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Persistence.EFCore.Sqlite
    Assembly: Umbraco.Cms.Persistence.EFCore.Sqlite.dll
    Syntax
    public class SqliteMigrationProvider : IMigrationProvider

    Constructors

    View Source

    SqliteMigrationProvider(IDbContextFactory<UmbracoDbContext>)

    Declaration
    public SqliteMigrationProvider(IDbContextFactory<UmbracoDbContext> dbContextFactory)
    Parameters
    Type Name Description
    IDbContextFactory<UmbracoDbContext> dbContextFactory

    Properties

    View Source

    ProviderName

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

    Methods

    View Source

    MigrateAllAsync()

    Declaration
    public async Task MigrateAllAsync()
    Returns
    Type Description
    Task
    View Source

    MigrateAsync(EFCoreMigration)

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