Search Results for

    Show / Hide Table of Contents

    Interface IConnectionDetails

    Database connection details

    Namespace: Gossip.Connection
    Assembly: Gossip.dll
    Syntax
    public interface IConnectionDetails

    Properties

    | Improve this Doc View Source

    Database

    Database name

    Declaration
    string Database { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Server

    Server name (e.g. localhost)

    Declaration
    string Server { get; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX