Convert Datarow into list of datarow

the lazy approach:
{YourDataRowVar}.toList()

2 Likes