Friday, August 3, 2012

Plugging the Holes in Linq-to-Entities

If you can do it in SQL, you should be able to do it with Linq-to-Entities, right? Trouble is, not everything in a Linq expression is directly translatable into SQL by Entity Framework. Well, not without some help...
Between the above techniques (especially the last one), you should be able to get entity to run just about anything.

No comments:

Post a Comment