Version 1.0.0.0

On Nov 23, 10:58 pm, Steve Strong <[email protected]> wrote:
> What version of NH and Linq provider are you using?
>
> Steve Strong
>
> Twitter
> Blog
> NHibernate Professional Support
>
> On 23 Nov 2009, at 18:31, makka wrote:
>
>
>
> > I'm using NHibernate.Linq and this query works like a charm
>
> > from ip in candidates
> >                   where
> >                   ip.Counters.Any( c=> c.Received > DateTime.Now )
> >                   select ip;
>
> > but unfortunately this query
>
> > from ip in candidates
> >                   where
> >                   ip.Counters.Any( c=> c.Received > ip.Uninstall )
> >                   select ip;
>
> > throws this error  "NHibernate.QueryException : Could not find
> > property Uninstall"
> > Can someone help me ?
>
> > Many thanks
> > claudio
>
> > --
>
> > 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 
> > athttp://groups.google.com/group/nhusers?hl=
> > .

--

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