Show / Hide Table of Contents

    Interface IDbConnectionConfiguration

    This interface is used by provider specific implementations. It is unlikely that you would implement this in consumer code.

    Namespace: ArgentSea
    Assembly: ArgentSea.dll
    Syntax
    public interface IDbConnectionConfiguration

    Properties

    | Improve this Doc View Source

    DatabaseKey

    Declaration
    string DatabaseKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DataConnectionInternal

    Declaration
    IConnectionConfiguration DataConnectionInternal { get; }
    Property Value
    Type Description
    IConnectionConfiguration
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX