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
    string

    Methods

    View Source

    Setup(DbContextOptionsBuilder, string?)

    Declaration
    void Setup(DbContextOptionsBuilder builder, string? connectionString)
    Parameters
    Type Name Description
    DbContextOptionsBuilder builder
    string connectionString
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX