You are using an Entity Data Model (EDM) that maps entity types to tables in a Microsoft SQL Server database. You need to ensure that your application can use an EntityCommand to call a stored procedure to query the database.

What should you do?

 Posted by Rajkatie on 8/31/2012 | Category: ADO.NET Interview questions | Views: 3031 | Points: 40
Select from following answers:
  1. Map the stored procedure to the EDM implementation by including a ModificationFunctionMapping.
  2. Configure the connection string to enable Multiple Active Result Sets (MARS).
  3. Map the stored procedure to the EDM implementation by including a FunctionImportMapping.
  4. All Above

Show Correct Answer


Source: MeasureUp.Com | | Alert Moderator 

Comments or Responses

Login to post response