breeze: sorting by navigation property fails with NHibernate and WebAPI 2
问题 If I try to sort my entities by navigation property, I get the following error: "'NHibernate.Linq.NhQueryable<CdT.EAI.Business.Entities.Request>' does not contain a definition for 'Include'" The ODATA query is: Requests?$orderby=Client%2FName&$top=10&$expand=Client&$inlinecount=allpages Where Client is a navigation property of the Request entity, and Client.Name is the property displayed in the grid I'm trying to sort. I use the latest version of breeze (1.4.7) Can you confirm the problem ?