NHibernte Left Join - in the join condition please help me
Posted
by bharat
on Stack Overflow
See other posts from Stack Overflow
or by bharat
Published on 2010-05-05T14:06:21Z
Indexed on
2010/05/05
14:08 UTC
Read the original article
Hit count: 316
nhibernate
<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.
© Stack Overflow or respective owner