I have a container table with ContainerId as PK (int) and view (readonly) vwBlobRef with a BlobRefId column defined as PK and ContainerId as FK. By the way, I need to manually set BlobRefId as the entity key for the view ...
Now I want to create an association to get the navigation properties from the table to the view (on the contrary, this is not so important). Therefore, I add a one-to-many association and uncheck the "Add foreign key to vwBlobRef" checkbox
Now I get:
Error 3027: No mapping is defined for the next EntitySet / AssociationSet - ContainervwBlobRef.
I do not know how to build this mapping. I can right-click on the association line and select either a table or a view. But I donβt understand which one to choose and what to choose in the column names.
source share