✅ Designing a configurable object in EF Core
Hi everyone!
My goal is to have an object for a web project where you can configure the fields it has:
This would let me design a "Patient" object:
I could add properties:
What would be a good approach in EF Core to this? Table-Per-Hierarchy? How can I map the TValue generic properly?
My goal is to have an object for a web project where you can configure the fields it has:
This would let me design a "Patient" object:
I could add properties:
What would be a good approach in EF Core to this? Table-Per-Hierarchy? How can I map the TValue generic properly?