does fluent nhibernate support lazy loading of properties -


i have person class photo property , want load 1 property in lazy fashion. see regular nhibernate supports here. possible in fluent nhibernate use feature

yes, add .lazy() fluent mapping.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -