Euh, c'est bizarre. Dans ce code :


var md1 = (from m in db.Conditions
where m.Collone == 1
select new { m.Condition1, m.Id });

...