Select from following answers:- Configure the DataLoadOptions instance related to the DataContext.
- Using the Entity Designer, select the DeletePersonByID stored procedure and configure the return type to the Person entity class.
- Using the Entity Designer, select the Person entity class and configure the Delete command to use the DeletePersonByID stored procedure.

- All Above
Use the Entity Designer to select the Person entity class and configure the Delete command to use the DeletePersonByID stored procedure. This configures the data context to use this stored procedure when changes are submitted to the database.
Configuring a return type will cause the data context to map the result set of a stored procedure to an entity class. It will not cause the stored procedure to be called on updates.
Show Correct Answer
Source: MeasureUp.Com | |
Alert Moderator