Class ConnectionString
Database connection string
Inheritance
ConnectionString
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
|
Improve this Doc
View Source
Server
Declaration
public string Server { get; set; }
Property Value
|
Improve this Doc
View Source
Value
Declaration
public string Value { get; set; }
Property Value
Implements