Search Results for

    Show / Hide Table of Contents

    Interface IConnectionString

    Database connection string

    Inherited Members
    IConnectionDetails.Server
    IConnectionDetails.Database
    Namespace: Gossip.Connection
    Assembly: Gossip.dll
    Syntax
    public interface IConnectionString : IConnectionDetails

    Properties

    | Improve this Doc View Source

    Credentials

    Credentials for accessing the database

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

    Value

    Database connection string

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