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 execute on the deletion of this end of a bidirectional association.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property OnDelete As EdmOnDeleteAction
Get
'Usage
Dim instance As IEdmNavigationProperty
Dim value As EdmOnDeleteAction
value = instance.OnDelete
EdmOnDeleteAction OnDelete { get; }
property EdmOnDeleteAction OnDelete {
EdmOnDeleteAction get ();
}
abstract OnDelete : EdmOnDeleteAction
function get OnDelete () : EdmOnDeleteAction
Property Value
Type: Microsoft.Data.Edm.EdmOnDeleteAction
The action to execute on the deletion of this end of a bidirectional association.