Filter data table and get single value as result

estimados, necesito filtrar la siguiente tabla de datos y obtener una sola fila como resultado.
filtrar “Column-0 = 2”

DataTable

in “Column-3” I need to obtain a single result B or D, it is indifferent to me which one to obtain, I only need one.

(from dr as datarow in datatable where dr.item(Column-0).tostring.trim.equals("2") select dr)(0).copytodatatable

@israelesd
the filter Datatable Activity can be used for this

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.