How to query against the data model instead of the response model? #178
Unanswered
drmcclelland
asked this question in
Q&A
Replies: 1 comment
-
EF.Property might help if you're using EF. Otherwise you may want to post an example showing how you would do this outside of AutoMapper. |
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
-
My question is regarding the
GetAsync
method:Would there be a way to pass in
ODataQueryOptions<TData> options
instead?The reason is for us to be able to perform a query that filters based on a property that is part of the data model (TData) but is NOT part of the response model (TModel).
Beta Was this translation helpful? Give feedback.
All reactions