Dot Net Recipe
Ribbon
Home
About Me
C#
SQL
SQL Functions
My Experience in SQL
Computer Hacks
Contact Me
Friday, October 6, 2017
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
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)