EdmOnDeleteAction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the actions EDM can apply on deletes.
public enum EdmOnDeleteAction
type EdmOnDeleteAction =
Public Enum EdmOnDeleteAction
- Inheritance
-
EdmOnDeleteAction
Fields
Name | Value | Description |
---|---|---|
None | 0 | Take no action on delete. |
Cascade | 1 | On delete also delete items on the other end of the association. |