DatabaseInfo OwnerSeparator Property Qlik Sense .NET SDK - API Reference
Character string used after the owner 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: 1.0.1.0 (1.0.1.0)
Syntax

public string OwnerSeparator { get; set; }

Property Value

Type: OnlineString

Implements

IDatabaseInfo OwnerSeparator
See Also