LINQ in Action roller

Linq with two same object structure

Will it be possible to join the following list into one table so it will become the following table ? Customer : Jan : Feb A : 10.25 : 15.25 public class Customer { public decimal Sales; public string Customer; } var JAN = new List() { new Customer {Customer = A, Sales = 10.25 }, new Customer {Customer = B, Sales = 9.55 }, new Customer {Customer = C, Sales = 9.55 }, new Customer {Customer = D, Sales = 9.55 }, new Customer {Customer = E, Sales = 9.55 } }; var FEB = new List() { new Customer {Customer Read More...
Published Sunday, October 05, 2008 6:34 PM by MSDN Forums: LINQ Project General
Anonymous comments are disabled

Featured Item

This Blog

Sponsoring

Syndication