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