views:

23

answers:

0

Hi

I had added the Stored procedure in my Entity framework and i also imported the functions in the edmx. Is it must to add all the three functions insert, update, and delete functions to a table. I had tried with insert alone and also with all, but why can't i get the name of the stored procedure in the connection string.

Let me know what i done clearly.

  1. I had added the sp
  2. i had imported the functions in the model browser.
  3. i had also mapped the insert, update and delete function to the table with return type only for insert and update. Still i can't get the name of SP in the connection string.

    Please let me know how could i resolve this issue. Thanks in Advance, Kamal.