Interface IConnectionManager
Connection manager
Namespace: MESL.SqlRace.Domain.Interfaces
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IConnectionManager
Methods
GetDataBaseConnections()
Gets the database connections
Declaration
IEnumerable<IDatabaseConnection> GetDataBaseConnections()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IDatabaseConnection> | List of database connections |
ShowConnectionManager()
Show the connection manager dialog.
Declaration
void ShowConnectionManager()