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