Closed Jsimo7 closed 6 years ago
Skip does not work with OrderBy written as string.
var ret = _filteredQuery.OrderBy($"lastname ASC ").Skip(10).Take(10);
Results are not provided. Message text of exception is "When Skip method is used, OrderBy must be specified."
Library name and version
Description
Skip does not work with OrderBy written as string.
Steps To Reproduce
var ret = _filteredQuery.OrderBy($"lastname ASC ").Skip(10).Take(10);
Actual behavior
Results are not provided. Message text of exception is "When Skip method is used, OrderBy must be specified."