Total of float column in linq query

Posted by Krummelz on Stack Overflow See other posts from Stack Overflow or by Krummelz
Published on 2010-05-14T09:20:48Z Indexed on 2010/05/14 9:24 UTC
Read the original article Hit count: 245

Filed under:
|

I have a linq query, that gets data from a table in a DataContext object. One of the columns in this table has a Datatype of float. I would like to get the total of that specific column. How could I go about doing this?

© Stack Overflow or respective owner

Related posts about linq-to-entities

Related posts about c#