Microsoft
70-516 · Question #262
You use Microsoft .NET Framework 4 to create an application. The application connects to a Microsoft SQL Server database. The application contains an Entity Framework model that has an entity named…
The correct answer is B. Option B. See the full explanation below for the reasoning.
Question
You use Microsoft .NET Framework 4 to create an application. The application connects to a Microsoft SQL Server database. The application contains an Entity Framework model that has an entity named Products. You need to a write a method that accepts an input parameter named Product. The method must delete Product from the SQL Server database by using LINQ to Entities. You write the following code:
Which code segment should you insert at line 06?
Exhibits
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(30 responses)- A10% (3)
- B83% (25)
- D7% (2)
Community Discussion
No community discussion yet for this question.

