URF.Core icon indicating copy to clipboard operation
URF.Core copied to clipboard

Owned Entities

Open edletasi opened this issue 1 year ago • 1 comments

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<Contact>().OwnsOne(o => o.Name); Short of removing them out do you have any suggestions.

edletasi avatar Sep 18 '23 21:09 edletasi

Could you please provide a small demo of the problem or, better yet, a failing unit test?

tonysneed avatar Sep 19 '23 17:09 tonysneed