3
Shouts

Inner join in LINQ

published 701 days, 16 hours, 1 minute ago posted by DotNetLogixDotNetLogix 704 days, 12 hours, 5 minutes ago
Wednesday, June 22, 2011 6:24:14 AM GMT Sunday, June 19, 2011 10:19:34 AM GMT

Inner Join returns a set of rows from two or multiple tables where there is match in join condition. Join in LINQ is a great feature introduced in .NET 3.0.

category: Web Dev | clicked: 33 | | source: www.dotnetlogix.com | show counter code
tags: .NET, CSharp, Linq, linq inner join