Welcome to MSDN Blogs Sign in | Join | Help

April 2009 - Posts

Improving ObjectQuery<T>.Include – Updated

Having spent some time using the sample from my previous post on ObjectQuery.Include, I’ve encountered a bug! It turns out that the code generates the wrong include string for context.Customers.Include(c => c.Order.SubInclude(o=>o.OrderDetail))
Posted by stuartle | 1 Comments
Filed under: ,
 
Page view tracker