> Given your last statement above, your query should be:
> session.Query<Item>.Where( i => i.Color == MyColor.For(255, 255, 255))

While this appears to be correct, unfortunately, I have no control
over how the query is created. This is a WCF data service request and
the where clause ends up as it is with no option to change that.

The question therefore remains: what can I do as part of the BuildHql
method or otherwise to have NHibernate generate the desired SQL where
clause?
 J.-

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" 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/nhusers?hl=en.

Reply via email to