These two tables are returned from a stored procedure:
select * from #ElectricCost_tbl select * from #GasCost_tbl
And this is the C# code: