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 class GetListTask : ControlFlowTask, ILoggableTask
GetDatabaseListTask.List();
public GetListTask()
A list containing all databases after executing.
public List<ObjectNameDescriptor> ObjectNames { get; set; }
Type | Description |
---|---|
List<ObjectNameDescriptor> |
public string Sql { get; }
Type | Description |
---|---|
string |
public GetListTask RetrieveAll()
Type | Description |
---|---|
GetListTask |