The idea was that you can use the old provider for situations that the new provider does not support (yet). I believe the "newer" idea is that the LINQ support in the new one should be a superset of the old one's. So I'd file an issue if stuff that worked with 2.0 contrib does not work with 3.0 built-in.
Still good to be able to fall back though. On 21 Okt., 17:19, Fabio Maulo <[email protected]> wrote: > You can use the old and the new providers together > > -- > Fabio Maulo > > El 21/10/2010, a las 10:33, "Timur Zanagar (ClockWorkZ)" > <[email protected]> escribió: > > > > > So this will be a breaking change, cause of NH 2.1 there was it like > > session.Linq<Foo>() ? > > > On 20 Okt., 18:04, Paulo Quicoli <[email protected]> wrote: > >> Really thanks!!!! > > >> 2010/10/20 José F. Romaniello <[email protected]> > > >>> sessio.Query<Foo>() <-- and that's returns a queryable of Foo. > >>> then you can do whatever you want... if you are not familiar with Linq try > >>> with Linq 101 examples. > > >>> 2010/10/20 Paulo Quicoli <[email protected]> > > >>>> Hi friends... I'm trying on NH 3, it is FANTASTIC !!! > >>>> QueryOver feature is my lover now heheheheh but... as I'm doing a > >>>> presentation I have to introduce other search features. > > >>>> I didnt use Linq in NH 2.1, so, I'm outdated. How can I use Linq in > >>>> version 3 ? > > >>>> Someone could share a simple example? Thanks my friends! > > >>>> -- > >>>> Paulo Quicoli > >>>> Editor Técnico: .NET Magazine, ClubeDelphi Magazine, WebMobile Magazine > >>>>www.devmedia.com.br > >>>>www.nhibernatebrasil.net > >>>>http://pauloquicoli.spaces.live.com > >>>> twitter:@pauloquicoli > > >>>> -- > >>>> 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]<nhusers%[email protected] > >>>> > > >>>> . > >>>> For more options, visit this group at > >>>>http://groups.google.com/group/nhusers?hl=en. > > >>> -- > >>> 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]<nhusers%[email protected] > >>> > > >>> . > >>> For more options, visit this group at > >>>http://groups.google.com/group/nhusers?hl=en. > > >> -- > >> Paulo Quicoli > >> Editor Técnico: .NET Magazine, ClubeDelphi Magazine, WebMobile > >> Magazinewww.devmedia.com.brwww.nhibernatebrasil.nethttp://pauloquicoli.spaces... > >> twitter:@pauloquicoli > > > -- > > 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=en.- Zitierten Text ausblenden - > > - Zitierten Text anzeigen - -- 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.
