You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already support json-mapped primitive collections, which get automatically mapped to json in the DB by EF with no special configuration. Explore what it would take to expand this to more complex scenarios (are there C# annotations for these?)
Json-mapped object on entity
Json-mapped collection of objects on entity
The text was updated successfully, but these errors were encountered:
ascott18
changed the title
Explore more advanced json fields
Explore complex json db-mapped entity fields
Oct 18, 2024
We already support json-mapped primitive collections, which get automatically mapped to json in the DB by EF with no special configuration. Explore what it would take to expand this to more complex scenarios (are there C# annotations for these?)
The text was updated successfully, but these errors were encountered: