Click or drag to resize
EntityCoreTFieldsScaleOverflowCorrectionActionToUse Field
The action to use when the build-in validation detects a scale overflow (e.g. scale of a field is 2, and the value to set the field to is 10.455, which has a scale of 3). Default is 'Truncate', which means that the overflow value will be truncated to the scale size. If validation is bypassed by setting BuildInValidationBypassMode to a value which makes the build-in validation to be bypassed, this setting has no effect.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static ScaleOverflowCorrectionAction ScaleOverflowCorrectionActionToUse

Field Value

Type: ScaleOverflowCorrectionAction
Remarks
You can also set this field by adding a key-value pair to the appSettings section of your application's config file. Use 'scaleOverflowCorrectionActionToUse ' as key and the numeric value of the ScaleOverFlowCorrectionAction enum value as value.
See Also