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
I'm having issues inserting with a entity model that has contains a owned entity. All the values in the owned entity model are null.
I have tried adding the [Owned] attribute to the owned entity model. As well as using modelBuilder.Entity().OwnsOne(o => o.Name);
Short of removing them out do you have any suggestions.
The text was updated successfully, but these errors were encountered:
I'm having issues inserting with a entity model that has contains a owned entity. All the values in the owned entity model are null.
I have tried adding the [Owned] attribute to the owned entity model. As well as using modelBuilder.Entity().OwnsOne(o => o.Name);
Short of removing them out do you have any suggestions.
The text was updated successfully, but these errors were encountered: