How do I toggle this convention PluralizingTableNameConvention for only a single table/DbSet? As far as I can tell, I can only do this to all the DbSets for a given DbContext
How do I toggle this convention PluralizingTableNameConvention for only a single table/DbSet? As far
Share
If you have only one entity which is mapped to a table that is not pluralizeed then you can remove the
PluralizingTableNameConventionand manually configure the table name of the entity.Or if it is the otherway around