Exemplo n.º 1
0
 public long CommitTransaction(Transaction txn)
 {
     return(BangDBNative.Commit_Transaction(_database, txn.GetTranPtr()));
 }