1
Answer

How to use entity framework with table that not have primary

Problem
 
How to use entity framework with database tables that not have primary key.

i have old database made by SQL server 2012 i get requirement to work as entity

framework technique and mvc vs2017 .

I  found that more tables not have primary keys

and no relation ship between some tables for each other

so that how to solve that problem .

Answers (1)