c# - ModelFirst, How to Implement Inheritance in EF6 -


i making 'academy' database, has baseentity , user & course table.i won't inherit 'course' & 'user' parent table 'baseentity', using modelfirstapproach. can please me?

here's baseentity table:

base entity

the course table:

course

& user table:

user


Comments

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -