NHibernate: lazy loaded properties?

后端 未结 2 962
死守一世寂寞
死守一世寂寞 2021-01-14 07:23

NHibernate question:

Say I have a SQL table Person and it has a Picture column ( OLE Object ) . I have a class Person and it has : byte[] Picture attribute.

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-14 07:53

    It appears that this feature just landed in the NHibernate trunk:

    http://ayende.com/Blog/archive/2010/01/27/nhibernate-new-feature-lazy-properties.aspx

提交回复
热议问题