Browse by Tags

All Tags » LINQ » C# » ASP (RSS)

Unexpected results with Compiled Queries and LINQ to SQL by stefan.sedich

SOLUTION: Ok fired up SQL profiler and see my problem, the non compiled query seems to not evaluate the query until you actualy use the object. But the Compiled version is hitting the database straight away. And as I was not using this data the non compiled...
Filed under: , , , , , , ,
More Posts