You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I cannot find how can I define filters and sorts when some of them are from entity A, some of them from Entity B? I have more complex queries with joins, left joins (I thinks most of us use more sophisticated queries in reality). Is there any possibility to use your library for that?
I add that sometimes there is no navigation properties.
Another issue is: can I somehow change filters or sorts from the SieveModel (remove some, add another one) ? If I only can modify a list of FilterTerm and used such changed SieveModel but I cannot see how to create SieveModel based on list of FilterTerm or SortTerm.
It would be great if I can check which entity has a given property (GetFiltersParsed and use some your methids) and then divide it into groups and apply step by step. Unfortunately now I get en error when property isn't defined in entity ;(.
I regret that in methods ISieveCustomFilterMethods I don't have as parametr the filter object FilterTerm, because now I have to manually check op, values and create my own FilterTerm again (you can methods based on FilterTerm).
Any clues?
Thanks in advanced.
The text was updated successfully, but these errors were encountered:
Hi!
I cannot find how can I define filters and sorts when some of them are from entity A, some of them from Entity B? I have more complex queries with joins, left joins (I thinks most of us use more sophisticated queries in reality). Is there any possibility to use your library for that?
I add that sometimes there is no navigation properties.
Another issue is: can I somehow change filters or sorts from the SieveModel (remove some, add another one) ? If I only can modify a list of FilterTerm and used such changed SieveModel but I cannot see how to create SieveModel based on list of FilterTerm or SortTerm.
It would be great if I can check which entity has a given property (GetFiltersParsed and use some your methids) and then divide it into groups and apply step by step. Unfortunately now I get en error when property isn't defined in entity ;(.
I regret that in methods ISieveCustomFilterMethods I don't have as parametr the filter object FilterTerm, because now I have to manually check op, values and create my own FilterTerm again (you can methods based on FilterTerm).
Any clues?
Thanks in advanced.
The text was updated successfully, but these errors were encountered: