Example #1
0
 public long Del(long key, Transaction txn)
 {
     return(BangDBNative.Del_long_TranW(_wconnection, key, txn.GetTranPtr()));
 }