Click or drag to resize
IValidator.ValidateEntityBeforeSave Method
Method to validate the containing entity right before the save sequence for the entity will start. LLBLGen Pro will call this method right after the containing entity is selected from the save queue to be saved.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
void ValidateEntityBeforeSave(
	IEntityCore involvedEntity
)

Parameters

involvedEntity
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityCore
The involved entity.
See Also