I have a datatable with two columns,
Column 1 = "EmpID"
Column 2 = "EmpName"
I want to query the datatable, against the column EmpID
and
Empname
.
For example, I want to get the values where
(EmpName != 'abc' or EmpName != 'xyz') and (EmpID = 5)