I don’t believe there is a sum method but I may be wrong. What you could do is write a function to accept your dataset just after calling it and sum your column there and just return the summed column value. You’ll find the data returned to actionResult unless you tell the function to return it another place.