Sorting by NULLS FIRST
Posted: Mon 19 Jul 2010 22:46
I'm using LinqConnect 5.70.146.
I need to be able to sort by NULLS FIRST, ie:
--> ORDER BY UPPER(t2.xxxx) NULLS FIRST
Is there a way for me to specify that I want NULLS FIRST when doing an OrderBy(e => e.xxxx) operation using LinqConnect?
Roy
I need to be able to sort by NULLS FIRST, ie:
--> ORDER BY UPPER(t2.xxxx) NULLS FIRST
Is there a way for me to specify that I want NULLS FIRST when doing an OrderBy(e => e.xxxx) operation using LinqConnect?
Roy