With upgrade to 1.6.0 , ISNULL / COALESCE syntax is having issue in Order by . .OrderBy(" ISNULL( Col1, Col2) ") "No property or field 'ISNULL' exists in type 'ClassName' (at index 0) at ...
The value of check_expression is returned if it is not NULL; otherwise, replacement_value is returned after it is implicitly converted to the type of check_expression, if the types are different.
I've been in an argument with one of our devs that took an update statement with an inner join and made it a left join (because inner was missing some records somehow in the left table - tableB in ...