asp.net mvc - Call Stored Procedures from Entity Framework return value from temp tables -


i using asp.net mvc 4.5 , ef. imported stored procedures ado.net entity data model. have .edmx , xx.tt storeprocedure_result.cs.

but there stored procedure not have _result.cs file

this because stored procedure returns

 select #temptable 

when want import function create complex type, sees function not return value..

i thinks return value temp tables not allowed.

any ideas how can solve it?

thanks


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -