Linq query between two lists | Update one list with another list based on a condition
Let's say we have 2 lists ListOne and ListTwo and we want to update the ListOne.Name with ListTwo.Name whenever there is a match with the ID in the both lists using linq then below is the simplest query
No comments:
Post a Comment