Title here
Summary here
Returns a list of all user databases on the server. Make sure to connect with the correct permissions! In MySql, this will return a list of all schemas.
GetDatabaseListTask.List();
Runs sql code to determine all user database names.
Type | Description |
---|---|
List<ObjectNameDescriptor> | A list of all user database names |
Runs sql code to determine all user database names.
Type | Name | Description |
---|---|---|
IConnectionManager | connectionManager | The connection manager of the server you want to connect |
Type | Description |
---|---|
List<ObjectNameDescriptor> | A list of all user database names |