3 references to MaxScale
System.Data.Common (3)
System\Data\SQLTypes\SQLDecimal.cs (3)
1256
Debug.Assert(ResScale <=
MaxScale
);
2852
if (bPrec < 1 || bPrec > MaxPrecision || bScale >
MaxScale
|| bScale > bPrec)
2858
if (iPrec < 1 || iPrec > MaxPrecision || iScale < 0 || iScale >
MaxScale
|| iScale > iPrec)