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.5.0.0 (5.5.18.1019)
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