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

apache - setting document root in antoher partition on ubuntu -

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

r - Quantstrat logical error while running applySignals - missing value where TRUE/FALSE needed -