App CreateConnection Method Qlik Sense .NET SDK - API Reference

Creates a connection. A connection indicates from which data source, the data should be taken.

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

public string CreateConnection(
	Connection connection
)

Parameters

connection
Type: Qlik.Engine Connection
Information about the connection. This parameter is mandatory.

Return Value

Type: OnlineString

Implements

IApp CreateConnection(Connection)
See Also