Fetch Related Files #7274
Unanswered
Julian1993ARG
asked this question in
Help
Replies: 1 comment
-
you need use MinSelectLevel attr, ex: MinSelectLevel(SelectLevel.Always) [DisplayName("Files"), Expression($"{jIdMyFK}.[{nameof(EntityRow.Files)}]"), MinSelectLevel(SelectLevel.Always)]
public string IdMyFKEntityFiles { get; set; } |
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
-
How can I fetch the files related to an entity?
I need to retrieve them and make them downloadable only, but they’re not being fetched when querying.
Beta Was this translation helpful? Give feedback.
All reactions