Exemplo n.º 1
0
 public hResult <T> Update <T>(hTable <T> table, hRow <T> row)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public int Drop <T>(hTable <T> table)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void Insert <T>(hTable <T> table, hRow <T> row)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public int Delete <T>(hTable <T> table, hFilter <T> row)
 {
     throw new NotImplementedException();
 }