Problem to load Store Procedure with ADO.NET

0

I am developing an ASP MCV web application with C #, to link my application to a SQL Server 2012 database I have used ADO.NET and I have created a Model.edmx as shown in the image:

The problem that occurs to me is that I do not see all the stored procedures that I have in the database, only some, I do not see them when creating the edmx or at the time of updating it, but I verify in the base of data and if all the Procedures are. I can only see the Procedures I did to Consult, but not the Create, Modify and Delete Procedures.

    
asked by Alberto Atencio 19.04.2018 в 22:05
source

0 answers