OnModify
public enum OnModify: String
Defines the modify action to take.
-
Ignore the key if modified.
Declaration
Swift
case ignore
-
Delete the foreign value if deleting a row with the key.
Declaration
Swift
case delete
-
Update the foreign value if update a row with the key.
Declaration
Swift
case update