Click or drag to resize
ConnectionConnectionString Property
One of: ODBC CONNECT TO [<provider name>] OLEDB CONNECT TO [<provider name>] CUSTOM CONNECT TO [<provider name>] "<local absolute or relative path,UNC path >" "<URL>" Connection string. This parameter is mandatory and must be set when creating or modifying a connection.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public string ConnectionString { get; set; }

Property Value

Type: String

Implements

IConnectionConnectionString
See Also