Hi guys!
I'm a terrible newbie of NHibernate-FluentNHibernate, be patient :-)

There are 2 tables,

A
id
b_id

B
id
starting_date
ending_date

A hasMany B, but i need the current B in A such as

currentDate BETWEEN B.starting_date AND COALESCE(B.ending_date,
CURRENT_DATE)

Someone who help me, please?

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.

Reply via email to