ListNavigationProperties
Lists navigation properties for a given table and the tables they are associated with. Navigation properties are used by the Association stored procedures. Set the IncludeNavigationProperties connection property to true in order to use this stored procedure.
Input
Name | Type | Required | Description |
TableName | String | True | The name of the table to list navigation properties for. |
Result Set Columns
Name | Type | Description |
Name | String | The name of the navigation property. |
AssociatedTable | String | The table the navigation property is associated with. |