A technique that maps an inheritance hierarchy of objects to a single table in relational database.
Questions tagged [table-per-hierarchy]
133 questions
0
votes
1 answer
Discriminator as NUll when insert Data in Base class using TPH
I have a table Master
Id
Tag
Text
Discriminator
Data in it is like
Id | Tag | Text | Discriminartor |