-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels