Interface IConnectionDetails
Database connection details
Namespace: Gossip.Connection
Assembly: Gossip.dll
Syntax
public interface IConnectionDetails
Properties
| Improve this Doc View SourceDatabase
Database name
Declaration
string Database { get; }
Property Value
| Type | Description |
|---|---|
| String |
Server
Server name (e.g. localhost)
Declaration
string Server { get; }
Property Value
| Type | Description |
|---|---|
| String |