Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the action to take when an element of the defining type is deleted.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property OnDelete As EdmOnDeleteAction
Get
'Usage
Dim instance As EdmNavigationProperty
Dim value As EdmOnDeleteAction
value = instance.OnDelete
public EdmOnDeleteAction OnDelete { get; }
public:
virtual property EdmOnDeleteAction OnDelete {
EdmOnDeleteAction get () sealed;
}
abstract OnDelete : EdmOnDeleteAction
override OnDelete : EdmOnDeleteAction
final function get OnDelete () : EdmOnDeleteAction
Property Value
Type: Microsoft.Data.Edm.EdmOnDeleteAction
The action to take when an element of the defining type is deleted.
Implements
IEdmNavigationProperty.OnDelete