Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IMigrationProviderSetup

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

    Properties

    View Source

    ProviderName

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

    Methods

    View Source

    Setup(DbContextOptionsBuilder, String)

    Declaration
    void Setup(DbContextOptionsBuilder builder, string connectionString)
    Parameters
    Type Name Description
    DbContextOptionsBuilder builder
    System.String connectionString
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ProviderName
    • Methods
      • Setup(DbContextOptionsBuilder, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX