NHibernate QueryOver and MYSQL
问题 Hi I need help with making QueryOver in NHibernate from MYSQL. MYSQL code looks like this select lietadlo.id,lietadlo.volne,spolocnost.name,typ.name,typ.miest from lietadlo join spolocnost on spolocnost.id = lietadlo.spolocnostt_id join typ on typ.id = lietadlo.typp_id where spolocnost.pocetlietadiel > 2 And then how can i write it in Data Grid View ? Edit: So I have done so far this and try it(works good) ISessionFactory factory = new NHibernate.Cfg.Configuration().Configure()