I have a table Subscriber with columns
(Int)ID, (int)Fee, (unt)Bid
I want to sum column Fee in my table where Bid == x
How to do this with Linq to Sql c#?
Thanks in advance
(Int)ID, (int)Fee, (unt)Bid
I want to sum column Fee in my table where Bid == x
How to do this with Linq to Sql c#?
Thanks in advance