Click or drag to resize

EntityCoreTFieldsValidatePrecisionScaleSingleDoubleValues Field

Flag (default: true, for backwards compatibility). When set to true, build-in validation will check precision/scale lengths on values when setting a single/double field. As precision/scale validation can't actually be done reliably on single/double fields (as they're IEEE encoded) this flag should be set to false once to switch off this behavior in the build-in validation if this validation gives problematic results.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public static bool ValidatePrecisionScaleSingleDoubleValues

Field Value

Type: Boolean
See Also