Search Results for

    Show / Hide Table of Contents

    Class ConnectionString

    Database connection string

    Inheritance
    Object
    ConnectionString
    Implements
    IConnectionString
    IConnectionDetails
    Namespace: Gossip.Connection
    Assembly: Gossip.dll
    Syntax
    public class ConnectionString : object, IConnectionString, IConnectionDetails

    Properties

    | Improve this Doc View Source

    Credentials

    Declaration
    public SqlCredential Credentials { get; set; }
    Property Value
    Type Description
    SqlCredential
    | Improve this Doc View Source

    Database

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

    Server

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

    Value

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    String

    Implements

    IConnectionString
    IConnectionDetails
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX