Hi There,
I found the Lazy Load feature very interesting especially when implementing properties like Articles Body, but i've found that in all Articles SP's : GetArticleByID, GetArticles,GetArticlesByCategory the Body column is always returned from the DataBase forcing that in every listing of articles(we don't need the body field here) the body is always returned from the DB. Why are we doing that if we have a specific SP (GetArticleBody) that only returns the body of the article or is the LazyLoad feature only to be used in the Object Model Level. The Question is : If we're always bringing the Article Body from the BD, why not always fill the object !
Tks for any reply
Best Regards
PedroBernardo
http://www.inbox.pt