ScaleOverflowCorrectionAction Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
None | 0 | No action is taken, and the exception resulting from the scale overflow detection is thrown. | |
Truncate | 1 | Default. Chop off the digits which overflow the scale. Examples: scale is 2: 10.456 becomes 10.45. 10.450 becomes 10.45 | |
Round | 2 | Round the fraction to a value which fits the scale and round values using Math.Round(value, scale) |
(c)2002-2018 Solutions Design bv