Skip to content

Add support for owned entity type #31

Description

@grinay

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions