Data table filtering

Hello @Harshavardhan,

DataTable.Select method gets an array of all DataRow objects.

one possible solution would be to use the DataTable.ImportRow method to convert this array to datable:

Here is an example: ImportRow.zip (2.1 KB)

Regards,
Susana