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.
public sealed class GetDatabaseListTask : GetListTask, ILoggableTaskGetDatabaseListTask.List(); public GetDatabaseListTask()Runs sql code to determine all user database names.
public static List<ObjectNameDescriptor> ListAll()| Type | Description |
|---|---|
| List<ObjectNameDescriptor> | A list of all user database names |
Runs sql code to determine all user database names.
public static List<ObjectNameDescriptor> ListAll(IConnectionManager connectionManager)| 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 |