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
@hoxcape You should be able to build something semantically equivalent by manually crafting the expression tree of the conditions that you want and use it as the Where() parameter.
The issue
In mysql,I can make a query like:
How can I make a query like above in ef core using pomelo driver?
The text was updated successfully, but these errors were encountered: