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?
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.
sometimes things could be so easy...