EntityFrameworkCore.DataEncryption icon indicating copy to clipboard operation
EntityFrameworkCore.DataEncryption copied to clipboard

Add support for owned entity type

Open grinay opened this issue 4 years ago • 0 comments

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.

grinay avatar Aug 11 '21 10:08 grinay