Pull request for 854: Math.Truncate is not mapped in Linq, even though we have canonical function for it
Fix translates Math.Truncate(x) for decimals and doubles to canonical method Truncate(x, 0).
↧