I have a section of C# code as follows. This code summarizes a column of \'doubles\' in a DataTable :
var data = this.Db.ExecuteRead(query, this.Score.Name);