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 whether delete should also remove the associated item on the other end of the association.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.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.Data.Edm.EdmOnDeleteAction
See Also
ActionOnDeleteAttribute Class
System.Web.Http.OData.Builder Namespace
Return to top