What problem are you trying to solve? Now EF Core has method HasComputedColumnSql to define computed column. But it's a raw text. If using HasColumnName to modify column name, computed column sql will ...