From: Joseph M. <jo...@jm...> - 2013-01-07 20:24:13
|
I previously created an Entity Framework model for a Firebird 2.5 database in Visual Studio 2012 Professional. At the time, I imported the tables only, and not the stored procedures. Now, I need to access some of my stored procedures. I right-click on the .edmx diagram, and selected "Update Model from Database". On the "Add" tab, it correctly shows me the list of stored procedures in the database. I select the ones I want and click "Finish". The output window shows the following: Generated model file: TRS11Model.edmx. Loading metadata from the database took 00:00:00.3591910. Generating the model took 00:00:18.1822456. However, it doesn't seem like it did anything. I can't find anything about the stored procedures in the diagram. Also, if I go to "Update Model...", and go to the "Refresh" tab, the stored procedures section is empty. If I right-click on the diagram and select "Add New->Function Import", the "Stored Procedure / Function Name" combo box is empty. I have been using Firebird for a long time, but I am very new at ADO.NETand Entity Framework, so I think I must be just missing something. What might I be doing wrong? -Joe |