Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Is there a way to do compile this function so the generated SQL doesn't have to be calculated each time again? Commented May 7, 2013 at 18:19
  • In EF 5 this is availeble for LINQ queries and enabled by default, not sure if you can enable it in earlier versions though. Worth reading this: msdn.microsoft.com/en-us/data/hh949853.aspx Commented May 8, 2013 at 12:59