GetDatabases Method
Overloads
| GetDatabases(String) | Lists the databases inside a ODBC, OLEDB or CUSTOM data source. | 
GetDatabases(String)
Lists the databases inside a ODBC, OLEDB or CUSTOM data source.
Declaration
      IEnumerable<Database> GetDatabases([QixName("qConnectionId")] string connectionId)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | connectionId | Identifier of the connection. | 
Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<Database> |