EdgeConstraintDeleteAction Enum

Definition

Enumerates possible referential actions when an EdgeConstraint object is modified. see ec syntax: | [ EdgeConstraint ] CONNECTION ([ schema_name . ] referenced_table_from_name TO [ schema_name . ] referenced_table_to_name] [ ON DELETE { NO ACTION | CASCADE } ]

public enum EdgeConstraintDeleteAction
type EdgeConstraintDeleteAction = 
Public Enum EdgeConstraintDeleteAction
Inheritance
EdgeConstraintDeleteAction

Fields

Cascade 1
NoAction 0

Applies to