Click or drag to resize
IAppGetDatabaseInfoAsync Method (String, AsyncHandle)

Gives information about an ODBC, OLEDB or CUSTOM connection. See Outputs for more details.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Task<DatabaseInfo> GetDatabaseInfoAsync(
	string connectionId,
	AsyncHandle asyncHandle = null
)

Parameters

connectionId
Type: SystemString
Name of the connection This parameter is mandatory.
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: TaskDatabaseInfo
See Also