Hub GetOdbcDsnsAsync Method (String)Qlik Sense .NET SDK - API Reference

Returns the list of the ODBC connectors that are installed in the system.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<IEnumerable<OdbcDsn>> GetOdbcDsnsAsync(
	string userHandle = null
)

Return Value

Type: OnlineTask OnlineIEnumerable OdbcDsn  

Implements

IHub GetOdbcDsnsAsync(String)
See Also