Share via


NavigationPropertyConfiguration.OnDeleteAction Property

 

Gets or sets the delete action for this navigation property.

Namespace:   System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.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.Data.Edm.EdmOnDeleteAction

See Also

NavigationPropertyConfiguration Class
System.Web.Http.OData.Builder Namespace

Return to top