ActionOnDeleteAttribute.OnDeleteAction Property
Gets the action whether delete should also remove the associated item on the other end of the association.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public EdmOnDeleteAction OnDeleteAction {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property EdmOnDeleteAction OnDeleteAction {
[CompilerGeneratedAttribute]
EdmOnDeleteAction get();
[CompilerGeneratedAttribute]
private: void set(EdmOnDeleteAction value);
}
member OnDeleteAction : EdmOnDeleteAction with get, private set
Public Property OnDeleteAction As EdmOnDeleteAction
Get
Private Set
End Property
Property Value
Type: Microsoft.OData.Edm.EdmOnDeleteAction
See Also
ActionOnDeleteAttribute Class
System.Web.OData.Builder Namespace
Return to top