from c in dbo.Customer from c in c.Orders where c.city=="New York" select new{c,o}"
can u please clerify ur query first in ur query during select new {c,o} u right like this can u tell me frm where Object "O"
is coming there is no declarion of object O.. frm where u r getting the value of object O and what exactly u want tell me in detail so i can convert it in to Lamda