Click or drag to resize
EntityCoreTFieldsBuildInValidationBypassMode Field
The mode (default: NoBypass) to use for the build-in validation checks. Build-in validation checks are performed on every value a field is set to, unless this mode is set to a different value than NoBypass which makes the code to bypass these build-in validation checks. The build-in validation checks are used to prevent overflow exceptions when the entity is persisted to the database.

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 BuildInValidationBypass BuildInValidationBypassMode

Field Value

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