Hello friends,
I am new to Linq...
How can i write a query in linq with multiple sum fields in VB.net.
here is sql.
select sum(fl1),sum(fl2),sum(fl3)
where fl1 =cn1 and fl2=cn2
also another one with group by
select g1,sum(fl1),sum(fl2),sum(fl3)
where fl1 =cn1 and fl2=cn2
group by g1
Thanks
Matt