GetDatabasesFromConnectionString Method
Overloads
GetDatabasesFromConnectionString(Connection) |
Lists the databases in a ODBC, OLEDB or CUSTOM data source. |
GetDatabasesFromConnectionString(Connection)
Lists the databases in a ODBC, OLEDB or CUSTOM data source.
Declaration
public IEnumerable<Database> GetDatabasesFromConnectionString([QixName("qConnection")] Connection connection)
Parameters
Type | Name | Description |
---|---|---|
Connection | connection |
Information about the connection. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Database> |
Implements
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!