Ejemplo n.º 1
0
 public int GetSum()
 {
     dynamic table = new Contacts();
     return table.Sum(columns: "ContactID");
 }