trying to add a table without a PK, EF throws this warning:
Error 6013: The table/view does not have a primary key defined and no valid primary key could be inferred. This table/view has been excluded. To use the entity, you will need to review your schema, add the correct keys, and uncomment it.
I cant change anything in the database, since i only have a reading user to read data from it.
Is there a way to add the table to the context, even there is no PK?
Thanks