Exemple #1
0
 public long Del(byte[] key)
 {
     return(BangDBNative.DelW(_wconnection, key, key.Length));
 }