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: 1.1.0.0 (1.1.0.0)
Syntax
IEnumerable<Database> GetDatabasesFromConnectionString(
	Connection connection
)

Parameters

connection
Type: Qlik.EngineConnection
Information about the connection.

Return Value

Type: IEnumerableDatabase
See Also