Is it possible to scaffold view from existing database in Entity Framework Core 2.0?
Something like command below:
Scaffold-DbContext "Server=xxx;Database=xxx; User Id=xxx; Password=xxx;"
Microsoft.EntityFrameworkCore.SqlServer
-OutputDir Models -Context TestStare
-Tables Osebe -Views View1 -Force