Interface IConnectionString
Database connection string
Namespace: Gossip.Connection
Assembly: Gossip.dll
Syntax
public interface IConnectionString : IConnectionDetails
Properties
| Improve this Doc View SourceCredentials
Credentials for accessing the database
Declaration
SqlCredential Credentials { get; }
Property Value
| Type | Description |
|---|---|
| SqlCredential |
Value
Database connection string
Declaration
string Value { get; }
Property Value
| Type | Description |
|---|---|
| String |