AspNetCore.IQueryable.Extensions icon indicating copy to clipboard operation
AspNetCore.IQueryable.Extensions copied to clipboard

Sorting by Navigation Properties? How?

Open tekk opened this issue 2 years ago • 0 comments

I'm unable to sort by Navigation Properties, i.e. I have a sort query "Animal.Category.Name" And I'm unable to sort by it, because it crashes in PrimitiveExtensions on PropertyInfo GetProperty<TEntity>(string name). GetProperty only "sees" the properties from the base type. Could you help me please?

tekk avatar Apr 29 '22 09:04 tekk