Create Database Views using EF Core Code First approach
Does that help As far as I know, you can't create views with EF Core
directly. However, you can use migrations to execute arbitrary SQL when
upgrading. Generate a migration in the package manager console, even if
there is nothing really to do: add-mi
Date : September 27 2020, 11:00 PM , By : user6076793