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

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

  •  13-11-2019
  •  | 
  •  

문제

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 .

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top