Search Results for

    Show / Hide Table of Contents

    Interface IConnectionConfigurationRepository

    Interface for connection configuration repository functions

    Namespace: Simplic.Configuration
    Assembly: Simplic.Configuration.dll
    Syntax
    public interface IConnectionConfigurationRepository

    Methods

    | Improve this Doc View Source

    GetByName(String)

    Gets a conncetion configuration by the given tenant name

    Declaration
    ConnectionConfiguration GetByName(string name)
    Parameters
    Type Name Description
    System.String name

    The tenant name of the connection configuration

    Returns
    Type Description
    ConnectionConfiguration

    A connection configuration object

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx