App GetDatabaseInfoAsync T  Method (String, Func Response, T , 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<T> GetDatabaseInfoAsync<T>(
	string connectionId,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

connectionId
Type: OnlineSystem String
Name of the connection This parameter is mandatory.
onResult
Type: OnlineSystem Func Response, T 
Continuation function
userHandle (Optional)
Type: OnlineSystem String
Handle identifier
Type Parameters

T

Return Value

Type: OnlineTask T 

Implements

IApp GetDatabaseInfoAsync T (String, Func Response, T , String)
See Also