Support mapping multiple non-collection types to the same JSON column (JSON-splitting)
Open
area-json
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
This would allow mapping the properties of several non-collection types to a single JSON column. So a JSON object containing a mix of properties could be split into several types, e.g. Address and Details.
Also consider mapping entity type properties directly to JSON: https://github.com/dotnet/efcore/issues/30094
Related: #28574
Contributor guide
Assessment
This issue has not been assessed yet.