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 |