Select from following answers:- Map the stored procedure to the EDM implementation by including a ModificationFunctionMapping.
- Configure the connection string to enable Multiple Active Result Sets (MARS).
- Map the stored procedure to the EDM implementation by including a FunctionImportMapping.

- All Above
To execute a stored procedure, the procedure must be included in the EDM. A FunctionImportMapping is used to import stored procedures that return result sets.
Configuring the connection string to enable MARS is unrelated; it has no effect on mapping a stored procedure.
Show Correct Answer
Source: MeasureUp.Com | |
Alert Moderator