Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Owned Entities #99

Open
edletasi opened this issue Sep 18, 2023 · 1 comment
Open

Owned Entities #99

edletasi opened this issue Sep 18, 2023 · 1 comment

Comments

@edletasi
Copy link

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.

@tonysneed
Copy link
Contributor

tonysneed commented Sep 19, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants