Hi,
After looking around in this forum I still haven't found a clear answer to how to handle tables that has no primary key. I have a legacy database project that I'm mapping to entity framework 4 ctp 4.
The table consist of only 2 integers values but no primary key and therefore I get the error "Unable to infer a key for entity type".
So is the solution to make one of them the primary key?