note
VeloxDB is still in beta and APIs are subject to change. We are in the process of completing the documentation, so some sections may be incomplete or empty at this time.
Enum DeleteTargetAction
Indicates what to do with an object when referenced object is deleted.
Namespace: VeloxDB.Descriptor
Assembly: vlxdb.dll
Syntax
public enum DeleteTargetAction
Fields
Name | Description |
---|---|
CascadeDelete | Delete referencing object automatically. |
PreventDelete | Prevent deletion. Target object can only be deleted if there are no references pointing to it. |
SetToNull | Allow delete and set reference to null. |