Tutorial by Examples

IQueryable<Cat> cats = session.Query<Cat>() .Where(c => c.Name == "Max");

Page 1 of 1