Click or drag to resize
AppDeleteConnection Method

Deletes a connection.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public void DeleteConnection(
	string connectionId
)

Parameters

connectionId
Type: SystemString
Identifier of the connection to remove. This parameter is mandatory.

Implements

IAppDeleteConnection(String)
See Also