cancel
Showing results for 
Search instead for 
Did you mean: 

Get EntitySet with two association

0 Kudos

Hi all,

I have an entityset  'MessageSet' with two navigation property, 'MesToLog' and 'MesToKeyfield'. Associate with entityset 'LogSet' and 'KeyfieldSet'.

It's easy to get 'MessageSet' with one navigation property, like: '/MessageSet?$expand=MesToLog' . But how to get 'MessageSet' with two navigation in one time?

Accepted Solutions (1)

Accepted Solutions (1)

AshwinDutt
Active Contributor
0 Kudos

Hello Yang,

Yes its possible.


for example -> like below ways


'/MessageSet?$expand=MesToLog,MesToKeyfield


'/MessageSet?$expand=MesToLog/MesToKeyfield


Please note it depends on how entities LogSet & KeyfieldSet are associated with MessageSet.


Please check the below and you will get better understanding.

Regards,

Ashwin

Answers (0)