Inject handler - Critera issue #7261
Answered
by
Julian1993ARG
Julian1993ARG
asked this question in
Help
-
Hi, I’m having an issue when using handlers through dependency injection. When I try to include a base criteria in the request, I get the error: 'T0.[EntityFld] is not a valid field name!'. The error occurs when executing the 'ApplyCriteria' method. I can use 'EqualityFilter' and then filter the data with a 'Where', but that’s not what I want. Also, I don't understand why 'Criteria' gives an error in this case. Could you please help me understand why this is happening?
|
Beta Was this translation helpful? Give feedback.
Answered by
Julian1993ARG
Oct 4, 2024
Replies: 1 comment 1 reply
-
My bad.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Julian1993ARG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My bad.