IncludeSynonyms
Query metadata for synonyms as though they are the original tables.
Data Type
bool
Default Value
true
Remarks
By default, the adapter maps synonyms to their parent tables. It queries columns and their primary/foreign key metadata as if they were the regular tables.
If this property is set to false, then the adapter does not list table and view synonyms.
Setting this property to false improves metadata performance. Consider doing so if you do not need to request metadata of synonyms automatically.