Using nulls first or nulls last in order by

Is there any way to set what shoult happen to null-values in OrderBy or TOrder?

Maybe there is a way using SQL-Expressions in OrderBy, I don't see?

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

1 Like

sometimes things could be so easy...

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.