Hello community i’m facing a problem, i have a for each row so inside it the are some conditionals nested so i want to end the proces os a row where a condition is not true but i dont know how to end in a specific point to next row i let my code here and inside i left a comment that say "here ! here ! " where i want to end that process a go next row
Break works with for each row also…
Or if you want to use for each loop, change the value to MiDTCiclo.Rows and change the type of item to system.data datarow.