WebDbConnectionConfig

Wrapper around a db connection configuration.

Members

Variables

database
string database;

The database.

host
string host;

The host.

namedInstance
string namedInstance;
Undocumented in source.
password
string password;

The password.

port
ushort port;

The port.

user
string user;

The user.

Meta