Possibly the wrong category but feel free to move if so.
So i have converted some datawindow in snapdevelop. the model got some properties that are public decimai?
The problem comes when some of those fields needs more decimal precision than decimal. i think OracleDecimal would be good but when i manually switch it i get some error that it cannot map. I can Cast as number in the sql and lower the precision but i need as many decimals as possible. Anyone got any advice?