Click or drag to resize
IDatabaseInfoDBSeparator Property
Character string used after the database name Example with separator ".": FROM LinkedTablesData.dbo.Months Where: LinkedTablesData is the database name dbo is the owner name Months is the table name

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
string DBSeparator { get; set; }

Property Value

Type: String
See Also