Overload | Description |
---|---|
QueryOver<T>() | Get an instance of Nhibernate.IQueryOver |
QueryOver<T>(String) | Get an instance of Nhibernate.IQueryOver |
QueryOver<T>(Expression<Func<T>>) | Get an instance of Nhibernate.IQueryOver |
QueryOver<T>(String,Expression<Func<T>>) | Get an instance of Nhibernate.IQueryOver |