Qtr No. 213, New Town Yehlanka Indore 454775
Choose the correct syntax from the given options, that will delete multiple rows of a table, which contains the provided substring as part of the bookType.
var deleteBooks = context.Books.Where(p => p.BookType.Contains(subString)); context.Books.Remove(deleteBooks); context.SaveChanges();
var deleteBooks = context.Books.Where(p => p.BookType.Contains(subString)); context.Books.RemoveRange(Books); context.SaveChanges();
var deleteBooks = context.Books.Where(p => p.BookType.Contains(subString)); context.Books.RemoveRange(deleteBooks); context.SaveChanges();
var deleteBooks = context.Books.Where(p => p.BookType.Contains(subString)); context.Books.RemoveRange(deleteBooks);
To get all Infosys Certified Backend Layers Developer Exam questions Join Telegram Group https://rebrand.ly/lex-group-70b557
We're passionate about offering best placement materials and courses!! A one stop place for Placement Materials. We daily post Offcampus updates and Placement Materials.
Qtr No. 213, New Town Yehlanka Indore 454775
admin@prepflix.in
Updated on Mon, 15 Sept 2025