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
  • 7
    Should I use the same technique over SQL with a huge database, will it take the entire table into memory first and then throw away the the unwanted? Commented Mar 4, 2010 at 15:33
  • 2
    If you're interested in what's going on under the hood, by the way, most LINQ database drivers provide a way to get debug output information for the actual SQL that is being executed. Commented Mar 4, 2010 at 15:38