Search code examples
entity-framework-coredotnet-clief-core-2.2

EF Core 2.2 scaffold existing database - is there a way to filter out tables from the model


I know there is a -Tables parameter to include only those in a list, but is there a way instead to have a filter of some sort to exclude those tables from the model?


Solution

  • EF Core Power Tools saves your selection