Convert DataRowCollection to DataRow[] May 5, 2023 by Tarik DataRow[] rows = dt.Select(); Assuming you still have access to the datatable.