I am supposed to store in a database, objects with dynamic properties, which can only be determined at runtime.
I found the ExpandoObject class which might be something that I can use for this, but I am not sure how/if I can store the properties of this such object with Efcore.
Did someone managed to do it?