J
Jayesh Sorathia
You can get Intersect of two LINQ query or Results.
Intersect means find common records between two LINQ results.
Here is example of this.
In this example we execute two different LINQ Query on DataTable and find two different results object.
After that we find common records from these two results.
Click here to view full article. Click Here... http://jayeshsorathia.blogspot.com/...-find-common-records-of-two-LINQ-queries.html
Intersect means find common records between two LINQ results.
Here is example of this.
In this example we execute two different LINQ Query on DataTable and find two different results object.
After that we find common records from these two results.
Click here to view full article. Click Here... http://jayeshsorathia.blogspot.com/...-find-common-records-of-two-LINQ-queries.html