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