| Overload | Description |
|---|---|
| DBConnector Constructor() | Default constructor. Create and instance of the DBConnector class. The default connection protocol is HostServiceType.ConsoleServerWeb. |
| DBConnector Constructor(String) | Alternate constructor. Accepts the connection string. |
| DBConnector Constructor(String,HostServiceType) | Alternate constructor. Accepts the connect string and host type. |
| DBConnector Constructor(String,HostServiceType,String) | Alternate constructor. Accepts the connect string, host type and the Microsoft Service Bus Relay key. |