from my Data Table I need to build query for the following conditions:
Condition 1 check If column value "Charges " is equal to variable "sku_name " and column value “ListPrice” is equal to variable value “sku_list_price” then run the process1
Else If column value "Charges " is equal to variable "sku_name " and column value “ListPrice” is Not qual to variable value “sku_list_price” then run the process2
I need to put in If condition something like this and check. I tried using for each loop but there are more than 200 rows and it takes long time to check each row hence wanted to use Linq query