An update on this :

if i use Projections.SqlProjection("0 as dummyF", new[] { "dummyF" },
new[] { NHibernateUtil.Boolean }) i can get it to work property , if i
can just figure out how to make Projections.Constant like projection
for instance ValueProjection that doesn't make use of parameters but
underlying translate the value to the appriopriate value according to
the dialect in use

Projections.Constant(true) should become Projections.Value(true)
only difference is constant works with params and value works with a
direct value injected

Any help on creating this projection would be of help

Kind regards

-- 
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