You can use OrderBy(SqlProjection)
, i.e., pass an SQL projection to the OrderBy clause.
1 Like
You can use OrderBy(SqlProjection)
, i.e., pass an SQL projection to the OrderBy clause.