Users Pricing

forum

home / developersection / forums / how to sum a field in a list

How to sum a field in a List

Anonymous User 2462 05 Sep 2014

I have:

 Dim aList As List(Of myObj.Answers) = myObj.GetResults(someID)

How can I get the sum of aList.AnswerCount field in my List(Of myObj) ?


I am a content writter !


2 Answers

Sumit Kesarwani 05 Sep 2014 Accepted Answer