All Questions
1 question
1
vote
1
answer
242
views
How to use BulkDelete with auto generated key as a primary key (using Entity Framework Plus library) in c#
I am working on a project where I have an excel sheet with some data.
I am converting it into list and mapping it into another list which is derived from table in a database using entity framework ...