BuildInValidationBypass Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
NoBypass | 0 | Default. Don't bypass the build-in validation logic and only call the validator if the build-in validation checks succeed. | |
AlwaysBypass | 1 | Always bypass the build-in validation logic, even if there's no validator set for the entity. | |
BypassWhenValidatorPresent | 2 | Only bypass the build-in validation logic if the entity has a validator object set. Otherwise execute the build-in validation logic |
(c)2002-2018 Solutions Design bv