DataServiceBehavior.InvokeInterceptorsOnLinkDelete Propriedade

Definição

Obtém ou define se os interceptores de alteração devem ser invocados quando um link é excluído.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

Valor da propriedade

Boolean

Um Boolean valor que ocorre true quando os interceptores devem ser chamados; caso contrário, false .A Boolean value that is true when interceptors should be invoked; otherwise false.

Aplica-se a