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