How to use Asenumerable

Hi,

FYI, the following also helps you.

At first, as DataTable.Rows returns DataRowCollection, LINQ cannot be applied to it. To solve this matter, Microsoft added this method in DataTableExtensions.

Regards,