IncludeTableTypes
Specifies whether the provider retrieves the object type (table or view) for each entry it returns during metadata queries.
データ型
bool
デフォルト値
true
解説
When this property is set to true, the 本製品 issues an additional query so that metadata lists include a reliable "table" or "view" indicator for every object. This is useful for design tools, ORMs, or business intelligence platforms that need to distinguish tables from views automatically.
When this property is set to false, the 本製品 skips the extra lookup, which can reduce metadata-fetch time on large schemas, but the object type field will be blank (or default) in metadata results.
This property is useful when you need to distinguish tables from views automatically. Enabling it prevents misclassification and saves manual filtering later.