this seems to work when i put an item in it to filter, but i don't want to add a filter, ie just happy to sum the column and that's it.
i've tried passing in string.empty and "" but no joy:
object objColTotal;
objColTotal = _dataSetDataTable.Compute("Sum(Price)", "");
decimal tot = Convert.ToDecimal(objColTotal);