Skip to main content Skip to complementary content

DBSeparator Property

Overloads

DBSeparator

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

JSON property name: qDBSeparator

DBSeparator

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

JSON property name: qDBSeparator

Declaration

      string DBSeparator { get; set; }
    

Property Value

Type Description
System.String

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!