ListNavigationProperties
Displays the navigation properties for a specified table, showing their relationships with associated tables. Useful for defining entity associations and dependencies.
Input
Name | Type | Required | Description |
TableName | String | True | The name of the table for which you want to list navigation properties. This table must exist in the database. |
Result Set Columns
Name | Type | Description |
Name | String | The name of the navigation property associated with the specified table. Navigation properties define relationships to other entities. |
AssociatedTable | String | The name of the table that is related to the specified table through the navigation property. |