How to Create Computed Columns in Entity Framework Core
Dec 1, 2020 · 7 min read · I recently ran into an challenge when using Entity Framework Core. I wanted to search across a property which consisted of an integer and a prefix. The example at the end of this post goes through the solution. I'll start off with a common scenario. ...
Join discussion