Click or drag to resize
IHubGetDatabasesFromConnectionString Method

Lists the databases in a ODBC, OLEDB or CUSTOM data source.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
IEnumerable<Database> GetDatabasesFromConnectionString(
	Connection connection
)

Parameters

connection
Type: Qlik.EngineConnection
Information about the connection.

Return Value

Type: IEnumerableDatabase
See Also