App GetDatabaseInfoAsync Method (String, String)Qlik Sense .NET SDK - API Reference

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.0.1.0 (1.0.1.0)
Syntax

public Task<DatabaseInfo> GetDatabaseInfoAsync(
	string connectionId,
	string userHandle = null
)

Parameters

connectionId
Type: OnlineSystem String
Name of the connection This parameter is mandatory.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask DatabaseInfo 

Implements

IApp GetDatabaseInfoAsync(String, String)
See Also