IncludeDatabaseViews
Specifies whether the provider includes database views from ServiceNow in the available schema.
Data Type
bool
Default Value
false
Remarks
When set to true, the provider retrieves and exposes metadata for all database views in addition to standard tables. This requires several additional metadata calls to ServiceNow.
When set to false, only base tables are included in the schema.
This property is useful when you need to query or analyze data from database views in ServiceNow.