Using nulls first or nulls last in order by

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

1 Like