Ejemplo n.º 1
0
 public BTreeCancelledRemoval(Transaction transaction, object originalKey, object
                              newKey, BTreeUpdate existingPatches) : base(transaction, originalKey)
 {
     _newKey = newKey;
     if (null != existingPatches)
     {
         Append(existingPatches);
     }
 }
Ejemplo n.º 2
0
 public BTreeCancelledRemoval(Transaction transaction, object originalKey, object
     newKey, BTreeUpdate existingPatches) : base(transaction, originalKey)
 {
     _newKey = newKey;
     if (null != existingPatches)
     {
         Append(existingPatches);
     }
 }