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

Add support for owned entity type #31

Open
grinay opened this issue Aug 11, 2021 · 0 comments
Open

Add support for owned entity type #31

grinay opened this issue Aug 11, 2021 · 0 comments

Comments

@grinay
Copy link

grinay commented Aug 11, 2021

The library creates access to an entity with "Set" method, but in scenario when we use owned entity it tries to create Dbset with the owned entity which is not allowed. It will fail with "Cannot create a DbSet for 'MyOwnedEntity' because it is configured as an owned entity type and must be accessed through its owning entity type"
Hence library should find the owner and access to this property through it.

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

1 participant