IncludeTableTypes
When this property is set to true, the provider will query the types of individual tables and views available in the database.
Data Type
bool
Default Value
false
Remarks
When IncludeTableTypes is set to false, it indicates that MATERIALIZED VIEW will be treated as a VIEW, PARTITION as a TABLE, and FOREIGN TABLE as a TABLE. Therefore, IncludeTableTypes provides a more detailed way to describe both tables and views.