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!