LINQ: How to write queries with complex join conditions(smehrozalam.wordpress.com)
submitted by
mehroz(185) 2 years, 1 month ago
This small post is a follow-up of my previous post in which I discussed some common scenarios and how we can handle them in our LINQ queries. This time, we will see how to write queries that have not-so-simple conditions as join predicates. Note that LINQ directly supports only equi-joins, that is, joins based on equal conditions. Let's look how to handle joins having other conditions such as between, etc.
|category: Linq
|Views: 71
tags:
LINQ another
Everyones tags:
Your Tags: