I have a situation where I want to bypass DefForce verification for a batch process to improve performance and I know that any saves to the database will be valid. I set the VerifierEngine.Enabled property to false i.e.
_persistanceGateway.EntityMgr.VerifierEngine.Enabled = False
In my saving handler I even test this property and bypass any calls I may make to force validation.
Verifiers still fire however. Breakpoints on verifiers still break. If I debug the verifiesContext paramater within
the verifier is says the verifier engine is Ideablade.Validation.ConcurrentVerification and it is enabled.
Where is this verifier engine assigned and how do force the use of the verifier engine associated
with my Entity Manager? This happens with DevForce 6.0.9.