Click or drag to resize
CascadeActionType Enumeration
Enum which defines the cascade action type to use with data scopes

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public enum CascadeActionType
Members
  Member nameValueDescription
Delete0 Cascade the removal as delete: delete the related, depending entities. Default
Update1 Cascade the removal as update: update the FK field(s) in depending entities.
See Also