Sorry.
I'm on 2.0.0.0 Demo and SQL Server 2000.
It works if I add these to Abil001Entity class:
Imports WORKBLLv1.ValidatorClasses
...
' __LLBLGENPRO_USER_CODE_REGION_START AdditionalInterfaces
Protected Overrides Function CreateValidator() As IValidator
Return New Abil001Validator()
End Function
' __LLBLGENPRO_USER_CODE_REGION_END
and do a For Each loop through the Entity Collection.
It fails on unhandled exception if I use SaveMulti.
My main problem here is what is the easiest way to set up a Validator for all Entities easily.