Employee is a sample entity type. var r1 = (from c in _ctx select c).Skip(5).Take(5); // my intent is to pull the first reco开发者_Python百科rd from the query
I use linq to nhibernate and the IQueryable.Where function in an application I\'m building.开发者_运维技巧And what mystifies me is how do the Expressions I create and pass to the Where function of a I