DataServiceBehavior.InvokeInterceptorsOnLinkDelete Property

Definition

Gets or sets whether to invoke change interceptors when a link is deleted.

public:
 property bool InvokeInterceptorsOnLinkDelete { bool get(); void set(bool value); };
public bool InvokeInterceptorsOnLinkDelete { get; set; }
member this.InvokeInterceptorsOnLinkDelete : bool with get, set
Public Property InvokeInterceptorsOnLinkDelete As Boolean

Property Value

A Boolean value that is true when interceptors should be invoked; otherwise false.

Applies to