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

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -