Click here to Skip to main content
15,894,955 members
Articles / WCF

How to Join Multiple Columns with Linq To SQL

27 Jan 2012CPOL 47.8K   2  
Today I had to create a Linq-To-SQL query which joined two tables. These tables had compound primary keys (table simplified for example): Table Referrers ServerID (PK) ReferrerID (PK) Value 1 1 My value 1 1 2 My value 2 1 3 My value 3 Table ReferrerInfo ServerID (PK) ReferrerID (PK) Value 1 1 More i
This is an old version of the currently published technical blog.

This article is currently in progress. This version is not yet publicly viewable

Please go to the WCF Table of Contents to view the list of available articles in this section.