Ignore/Exclude Views in Entity Framework Database-First
I’m using EF 8.0.4 and i want to using my existing database. But there are about 1000 views inside the database, now i don’t want to use them for my project anymore. How can i avoid EF from scaffold them into my new project?