Left Join query in Entity Framework Core
Answers
Smith
2890
Points
78
Posts
|
Use following linq query:
Posted On:
25-Oct-2019 09:41
Thanks Smith - Priya 08-Feb-2020 03:13
|
Rahul M...
4916
Points
27
Posts
|
Lambda expression version of left outer join=>
If we want to get only those record in which CustomerDetail is null then use where clause x.Details==null
Posted On:
08-Nov-2019 20:24
|
Blog
Active User (0)
No Active User!