Exemplo n.º 1
0
 public override IRow Operate(IRow row)
 {
     return(Context.Operation.ShouldRun(row) ? _transform.Operate(row) : row);
 }