hi . how can i copy data from row using linq.
i’m comparing 2 id in two different excel . and if the the id in excel 1 find the id in excel 2 it will copy the value of specific column
i used this code to compare two id and write default value in specific column
hello . how can copy the value from database MSMEDT if not meet the condition. i dont know what syntax im gonna use.
the condition of this syntax here is to locate the same id from dt1 to MSMEDT
if the both id is match from both dt . it will check “column sample” from dt1 if it have the same value in the “column sample” from MSMEDT
i want to get the value of “column sample” from MSMEDT and paste it to “sample column” of dt1 if the condition is not meet.