I am deleting the multiple records from the database using the .RemoveRange, but for that I have to fetch all the records first and then I pass them to the .RemoveRange, but I want to achieve that without fetching the records from the databas? any idea how to achieve that?
db.People.RemoveRange(just giving the ids or list of ids of people class);