AlwaysRequestTableDependencies
Specifies whether the provider should always retrieve table dependencies (foreign key relationships).
データ型
bool
デフォルト値
false
解説
Set this property to true to force the 本製品 to request foreign key relationships when retrieving metadata. This can be useful for applications that require complete relational context across tables.
When set to false, the 本製品 skips retrieving foreign key information unless explicitly requested, which improves performance and reduces the number of API calls.
This property is useful for tools that analyze table relationships or require complete schema diagrams during introspection.