Entity Framework 4 - Delay Loading Expensive Fields

Posted by JohnnyO on Stack Overflow See other posts from Stack Overflow or by JohnnyO
Published on 2010-05-15T06:42:11Z Indexed on 2010/05/15 6:44 UTC
Read the original article Hit count: 234

Filed under:
|
|

I know this same question was asked for Entity Framework 1, but now that Entity Framework 4 has come out, and Microsoft claims that it provides all of the features of Linq to Sql + more, does Entity Framework now support lazy loading expensive properties? In Linq to Sql, this is extremely easy. There's a Delay Loaded option on any property (accessible through the Designer) that can simply be toggled on or off. Is there something similar in Entity Framework?

Thanks

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about .NET