You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest doc states that SortKeySelector is needed for server-side sorting, but my understanding reading the code is that when doing server-side sorting we use SortString instead (and then probably let EF Core handle the sorting based on the property name). So why is SortKeySelector required at all here ?
The text was updated successfully, but these errors were encountered:
The latest doc states that
SortKeySelector
is needed for server-side sorting, but my understanding reading the code is that when doing server-side sorting we useSortString
instead (and then probably let EF Core handle the sorting based on the property name). So why isSortKeySelector
required at all here ?The text was updated successfully, but these errors were encountered: