Avatar of nicedone
nicedone
 asked on

EF fluent api vs db set , how do I convert DbSet<Entity> into modelbuilder.Entity<entity> ?

Hi,

I have a context class that does not use DbSets only modelbuilder.Entity, and i am removing some old class files which are used in the application. One of the classes i need to remove has the following structure below(dbset) but when i remove it i get errors because cars are used in the application but i dont know how i can give a property name as cars in    modelBuilder.Entity<MotorVehicle>();



public virtual DbSet<Entity> cars{ get; set; }
C#.NET ProgrammingASP.NET

Avatar of undefined
Last Comment
Easwaran Paramasivam

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Easwaran Paramasivam

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes