IEntityFrameworkReadModelStore GetAll() ? #953
Answered
by
jessemillerrev
jessemillerrev
asked this question in
Q&A
-
Is there a reason why there is no ability to get all of the records in the table built in? Or am I missing something? |
Beta Was this translation helpful? Give feedback.
Answered by
jessemillerrev
Jul 11, 2022
Replies: 1 comment
-
Well, I have figured out how to extend the ReadModelStore service in order to implement any missing functionality. I am not sure if it is the right way but it works exactly how I want it to. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jessemillerrev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, I have figured out how to extend the ReadModelStore service in order to implement any missing functionality. I am not sure if it is the right way but it works exactly how I want it to.