OperationAction Enumeration
.NET Framework (current version)
Specifies the list of possible actions when the parent End of the RelationshipType is deleted.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Member name | Description | |
|---|---|---|
| Cascade | When a parent End is deleted, its associated child ends are deleted as well. | |
| None | Only a parent End can be deleted. | |
| Restrict | A parent End cannot be deleted if it has one or more associated child ends. |
.NET Framework
Available since 3.5
Available since 3.5
Show: