Search Results for

    Show / Hide Table of Contents

    Interface INetConfigManager

    Understand .NET config mechanism and provides access to Configuration sections

    Namespace: FluentMigrator.Runner.Initialization.NetFramework
    Assembly: FluentMigrator.Runner.dll
    Syntax
    public interface INetConfigManager

    Methods

    | Edit this page View Source

    LoadFromFile(string)

    Declaration
    [NotNull]
    Configuration LoadFromFile(string path)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    Configuration
    | Edit this page View Source

    LoadFromMachineConfiguration()

    Declaration
    [NotNull]
    Configuration LoadFromMachineConfiguration()
    Returns
    Type Description
    Configuration
    • Edit this page
    • View Source
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.