Sample ui path topic

assign
dt_test = (From p In dt_test.Select() Where p.Item(“Start Date”).ToString().Length>=10 Select p).ToArray.CopyToDataTable

For Each
if condition

(row(“Column1”).Equals(“L”) AND row(“Column2”).ToString.Trim.Length=0)
row(“Column2”)=“”
else

(row(“Column1”).Equals(“B”) AND row(“Column2”).ToString.Trim.Length=0)

can we write more simple then this

You can avoid loops through using LINQ queries