Select from following answers:- Map the Person entity type's delete operation to the imported function named DeletePersonByID.

- Map the imported function to the stored procedure function in the conceptual model.
- Rename the function that maps to the stored procedure DeletePerson.
- All Above
In the Person mapping details, set the delete function to the function named DeletePersonByID. When the entity context saves updates, the mapped stored procedure will be used.
Renaming the imported function will have no effect. The Entity Framework does not require any particular function naming convention.
Show Correct Answer
Source: MeasureUp.Com | |
Alert Moderator