Esempio n. 1
0
 public hResult <T> Update <T>(hTable <T> table, hRow <T> row)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void Insert <T>(hTable <T> table, hRow <T> row)
 {
     throw new NotImplementedException();
 }