Answer the question
In order to leave comments, you need to log in
How to add a stored procedure to EF that exists in the database?
Добавлял по базе классы без edmx модели с помощью EntityFramework, т.е. при таком добавлении нет варинатов добавить ещё хранимые процедуры с базы.
писал отдельный метод для хранимой процедуры
((IObjectContextAdapter)this).ObjectContext.ExecuteFunction("sp_GetTop", paramList.ToArray())
возращает ошибку - the function coudont be found in container
как правильно вызвать существующую в бд хранимую процедуру.
Answer the question
In order to leave comments, you need to log in
Использую подход DBFirst. Хранимки цепляются через - Update Model From DB -> select DB -> и в следующем диалоге последний пункт - "Stored Procedures And Functions". На всякий случай уточните версию EF и подход к разработке.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question