DataTableに対するソート

LINQ

 データテーブルに対してソートを実行し、その結果をDataRowの配列として受領

Dim dRows As DataRow() = dt.AsEnumerable.OrderBy(Function(p) p(0)).ToArray