Solving Problems you wouldn't have if you wouldn't use Entity Framework #133
Replies: 1 comment 1 reply
-
|
You were almost there. You have to build the whole query: https://github.com/carlosmorgado/EntityFrameworkCore.Extensions/blob/main/src/EntityFrameworkCore.SearchExtensions/SearchExtensions.cs |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Solving Problems you wouldn't have if you wouldn't use Entity Framework
Long title - short intro? Well - I recently came across my own stupidity and wanted to display that to the world. Basically, how to dynamically selecting a column with Entity Framework.
https://steven-giesel.com/blogPost/1b432667-3b2d-4c41-8557-b4c3a3c554d9
Beta Was this translation helpful? Give feedback.
All reactions