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.
精彩评论