Lists associations for a given table and navigation property.
Input
| Name |
Type
|
Description
|
| FromId
|
String
|
The Id of the entity you are listing associations for.
|
| FromTable
|
String
|
The table where the entity comes from that you are listing entities for. For example, if
the FromId was from a table called Customers, set this parameter to: Customers.
|
| NavigationProperty
|
String
|
The navigation property you are listing assications for. It can be obtained from
ListNavigationProperties.
|
Result Set Columns
| Name |
Type |
Description
|
| Uri
|
String
|
The linked url.
|