NavigationPropertyConfiguration.OnDeleteAction Property
Gets or sets the delete action for this navigation property.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public EdmOnDeleteAction OnDeleteAction {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property EdmOnDeleteAction OnDeleteAction {
[CompilerGeneratedAttribute]
EdmOnDeleteAction get();
[CompilerGeneratedAttribute]
void set(EdmOnDeleteAction value);
}
member OnDeleteAction : EdmOnDeleteAction with get, set
Public Property OnDeleteAction As EdmOnDeleteAction
Property Value
Type: Microsoft.OData.Edm.EdmOnDeleteAction
See Also
NavigationPropertyConfiguration Class
System.Web.OData.Builder Namespace
Return to top