views:

69

answers:

1

I am using Fluent NHibernate and would like to use linq to query my database is this possible ?

+4  A: 

You can use NHibernate Linq

Here are some examples:

Fluent NHibernate and Linq to NHibernate Demo Project
RhinoCommons, NHibernate and ASP.NET MVC Part 5 - LINQ to NHibernate
LINQ for NHibernate Examples

Giorgi
could you give me some link on how to use it ?
Omu
@Omu, I have updated my answer.
Giorgi