Exemplo n.º 1
0
 public long Del(string key)
 {
     if (key == null)
     {
         throw new Exception("key can't be null");
     }
     return(BangDBNative.DelPrim_Str(_connection, key, key.Length));
 }