Example #1
0
 public override FakeDBTable Apply(FakeDBTable table)
 {
     // We don't increment the NextAutoKey because that was assumed to have been done
     // already when we created the InsertOp in the first place
     return new FakeDBTable(table.And(Row), table.NextAutoKey);
 }