IUntypedSqlExpression
is missing the method:
IUntypedSqlExpression OrderByDescending(string orderBy);
Currently there are similar methods and overloads, like:
IUntypedSqlExpression ThenByDescending(string orderBy);
Could you add the missing method?
Thank you.