Can't perform Create, Update or Delete operations on Table(Employee) because it has no primary key
LINQ
1
Posts
1
Posters
1
Views
1
Watching
-
LINQ does not allow to insert data into table without primary key. To achieve the insert data with table without primary key you can either use store procedure or create a query and execute using LINQ. Below link provide good explanation of the same. Can't perform Create, Update or Delete operations on Table(Employee) because it has no primary key