I have two data tables dt1 and dt2 in dt1 has one line with Columns(PO Number, Quantity, Material, Final Value) and dt2 has (SL.No, PO Number, Quantity, Material, Final Value) 2 lines but the same values whereas in two dts then I want to delete the one line item in the Dt2 and Update the value in FInal Value column if it same can you give linq query for this scenario
i want to match the PO Number,Material,Quantity with two Dts then I want to update the final value in Dt2 before that I want to delete the duplicate line with same values