Set the return type of the stored procedure to automatic - generated using the Entity Framework

In LINQ2SQL, you could set the return type of the stored procedure to automatically generated. I cannot do this using Entity Framework.

I want the returned type of the stored procdure to be automatically generated using the Entity Framework. Is it possible?

Sincerely.

+3
source share
1 answer

Entity Framework V1 ( //), , , SP ObjectContext . , , SP , , . , .

, EF v1, SP. .

EF v2 .

+1

Source: https://habr.com/ru/post/1699018/


All Articles