CreateFilteredQueryAsync #23226
Unanswered
ugurozturk
asked this question in
Q&A
Replies: 1 comment
-
hi This method is designed so that you can override it and filter |
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.
-
abp/framework/src/Volo.Abp.Ddd.Application/Volo/Abp/Application/Services/AbstractKeyReadOnlyAppService.cs
Line 168 in 66febb9
This code doesn't do as it name says right ?
Probabby didn't want to use reflection to do work ?
I have an idea, what if we store IQueryable on the property as null ? The method gets it and if null creates. If not, runs with the query. This way, we can configure query without writing every PagingSorting queries.
Beta Was this translation helpful? Give feedback.
All reactions