In .hbm mapping file, i have the following setting:
<set name="Fields" table="Fields" lazy="false" cascade="all" inverse="false">
/.../
The lazy loading for this collection is globally disabled
Is it a way to "locally" enable lazy loading only for single Linq query?
The HBM mapping file must remains intact.