Is it possible to use ExpandoObject with EFCore?

237 views Asked by At

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?

0

There are 0 answers