Friday, June 06, 2008

Matthieu has written a very clever method extension that allows the important eager loading method, Include, to accept a lambda expression (strongly typed) rather than a string for its parameter.

I like this better than my method of ensuring that I type the strings correctly, which is to start entering the parameter without the quotes and let intellisense help me, then add the quotes after the fact.

Here is the actual documentation that covers Include (look under "Query Path" in this topic) if you're not sure what we're talking about.

Friday, June 06, 2008 3:38:11 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  |