To return only one column total from the table. C# Sqlite

前端 未结 0 1548
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-09 03:09

This code below do the sum for columns and return double.

 public double SumOfRecords(string columnName )
    {
        string commandstring;           
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题