TObjectManager.ValidationsEnabled Property
Gets or sets whether entity validation is performed automatically before insert and update operations.
Remarks
When True (the default), the manager calls validation logic before executing INSERT or UPDATE statements, raising EEntityValidationException if any validation constraint fails. Set to False to skip automatic validation.
Syntax
Unit: Aurelius.Engine.ObjectManager
property TObjectManager.ValidationsEnabled: Boolean