Calling Math.Truncate function calls not supported exception. This should be supported, since we have a canonical function Truncate for this purpose.
Comments: Fixed in 63dea73c7ce3 by Marc Brooks committed by ajcvickers 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).
Comments: Fixed in 63dea73c7ce3 by Marc Brooks committed by ajcvickers 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).