AspNetCore.IQueryable.Extensions
AspNetCore.IQueryable.Extensions copied to clipboard
Sorting by Navigation Properties? How?
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?