decimal decAmount = MyDataTable.AsEnumerable().Sum(c => Convert.ToDecimal(c.Field<string>("Amount")));
Comments