Assign
dt = dtLeaseTotalsFromPIMS.Select(“OPERATOR_SHORT_NAME = '” & opertorRow.Item(0).ToString & "’ ").CopyToDataTable
Assign
dt = dtLeaseTotalsFromPIMS.Select(“OPERATOR_SHORT_NAME = '” & opertorRow.Item(0).ToString & "’ ").CopyToDataTable
This is a query for filtering values from the data table and copy filtered values to another data table