Hi All,
I have used a Linq Query to Filter Data Table
x(“ns_order_status”).ToString.Equals(“NULL”) AND x(“mismatched_column”).ToString.Equals(“0”)
It should select only if mismatched_column =0 but strangely in two of the cases it selected the value when the mismatched_column was equal to 1. Is that possible?
Does query fails ?