whether it is good to use Icriteria for joining more tables or should i use inner join using Nhibernate

StackOverflow https://stackoverflow.com/questions/8988360

  •  19-04-2021
  •  | 
  •  

Frage

Whether it is good to use Icriteria for joining more than tables rather than using select query in nhibernate.Please give a good link for me to learn asp combined with nhibernate using Icriteria .

War es hilfreich?

Lösung

You can find some useful information here.
It's just a starting point, though. I would suggest to have a look at QueryOver which allows you to use Extension Methods and Lambda.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top