我的SQl语句如下
select id, YingJiao_JinE as 水费,ShouFei_time as 收费时间
from ShuiFei
where YeZhu_Id =1 and ShouFei_time like'%2010%' and ShouFei_time like'%03%'
order by ShouFei_time
compute sum(YingJiao_JinE) by (ShouFei_time)
查询的结果如图
我在datagridview中怎么接收 sun这个值