Click or drag to resize
IAppGetDatabases Method

Lists the databases inside 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> GetDatabases(
	string connectionId
)

Parameters

connectionId
Type: SystemString
Identifier of the connection. This parameter is mandatory.

Return Value

Type: IEnumerableDatabase
See Also