NHibernte Left Join - in the join condition please help me
- by bharat
<property name="MId" column="M_Id" update="false" insert="false" />
<many-to-one name="MGH" class="MGH" lazy="false">
<column name="M_Id" />
</many-to-one>
<join table="SXX2">
<key column="Study_Key" />
<property name="GG" column="GG"/>
</join>
i want to join the SXX2 table with left join please help me.