AlwaysRequestTableDependencies
Specifies whether the provider should always retrieve table dependencies (foreign key relationships).
Data Type
bool
Default Value
false
Remarks
Set this property to true to force the add-in 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 add-in 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.