Beispiel #1
0
 public void AbortTransaction(Transaction txn)
 {
     BangDBNative.Abort_Transaction(_database, txn.GetTranPtr());
 }