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
      string OwnerSeparator { get; set; }
    
  Property Value
| Type | Description | 
|---|---|
| System.String |