DbUp - Loop script for different variable values

144 Views Asked by At

I'm trying to loop on a list of ID's in order to execute the same query with its different values.

I was thinking about using IScript to create this loop using C#, but I don't have access to the variables that are passed when using .WithVariable().

Is there any way to perform this action?

0

There are 0 best solutions below