开发者

does fluent nhibernate support lazy loading of properties

I have a person class with a photo property and i want to load just that one property in a lazy fashion. i see that regular nhibe开发者_Python百科rnate supports it here. is this possible in fluent nhibernate to use this feature


Yes, just add .Lazy() to the Fluent mapping.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜