Hi All
How to i can query by QueryOver
join if SQL like
FROM invoucher inner join invoucherdetail ON
invoucher.ID=invoucherdetail.voucher
inner join Warehouse ON (CASE INVoucher.EntryType
WHEN 'IN0001' THEN
INVoucher.ToWarehouse
WHEN 'IN0002' THEN
INVoucher.FromWarehouse
ELSE INVoucher.FromWarehouse
END ) = Warehouse.ID
Thanks all
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/d/optout.