ListNavigationProperties
Lists navigation properties for a specified table and its associated tables, aiding in relationship discovery.
Input
| Name | Type | Required | Description |
| TableName | String | True | The name of the table for which you want to list the available navigation properties. This table represents the source of the relationships. |
Result Set Columns
| Name | Type | Description |
| Name | String | The name of the navigation property that defines a relationship or association within the specified table. |
| AssociatedTable | String | The name of the table that the navigation property links to, representing the target entity in the relationship. |