How to map multiple result set from multiple temp tables in sql returns from a stored procedure

前端 未结 0 2067
无人共我
无人共我 2021-02-13 05:50

These two tables are returned from a stored procedure:

select * from #ElectricCost_tbl 
select * from #GasCost_tbl 

And this is the C# code:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题