ExplicitExpansion on specific columns #175
Unanswered
KryptoBeard
asked this question in
Q&A
Replies: 2 comments
-
I would look at the code here or here for |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try using ForPath instead of ForMember for the Status or Type fields. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I have the model below. Status and Type are both Objects that I have set to expand automatically in the EDM.
I don't want addresses, contacts, or hours unless expanded. Which is working great. The issue is, it is no longer bringing back the Status or Type objects and it was before.
Works fine when removing explicit, but trying to remove the query for contacts, addresses and hours. Which this does, but it's not brining back Type or Status as I would think it would.
Not bringing in Type, or Status. Which was not set to be explicit.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions