IUntypedSqlExpression is missing a method

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.

Added in this commit also available from the latest v5.4.1 on MyGet.

1 Like