Is there any relation with LINQ and dbml file.someone telling that using Linq in project .Actually that project containing one dbml file,inside that one .cs file,one dbml.layout and designer generated code.Actually notation is something like
var numQuery =
from num in numbers
where (num % 2) == 0
select num;
i didnt find any of the similar syntax in this project