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