TBA
TBA
@aboryczko - One of my database indexes is created for the lowercase version of a column. To use this database index to the fullest and save sequential scans, it is...
@aboryczko - I did explore that as well. But, from my limited experience on this, `SkipTokenHandlers` cannot be configured per endpoint unless there is some factory logic inside the handler...
Got it. I did explore other options too. But, my Controller extends `ODataController` and returns an `IQueryable` (I don't want to change that), because of which any EF `OrderBy` is...
cc: @xuzhg for the RCA on why `$skipToken` does not work with `$compute`.