Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

OwnerSeparator Property

Overloads

OwnerSeparator

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

JSON property name: qOwnerSeparator

OwnerSeparator

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

JSON property name: qOwnerSeparator

Declaration

      public string OwnerSeparator { get; set; }
    

Property Value

Type Description
System.String

Implements

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!