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();
A list containing all databases after executing.
Type | Description |
---|---|
List<ObjectNameDescriptor> |
Type | Description |
---|---|
string |
Type | Description |
---|---|
GetListTask |