ChangeInterceptorAttribute(String) Costruttore

Definizione

Crea un nuovo intercettore di modifiche per un set di entità specificato dal parametro entitySetName.

public:
 ChangeInterceptorAttribute(System::String ^ entitySetName);
public ChangeInterceptorAttribute (string entitySetName);
new System.Data.Services.ChangeInterceptorAttribute : string -> System.Data.Services.ChangeInterceptorAttribute
Public Sub New (entitySetName As String)

Parametri

entitySetName
String

Il nome del set di entità che contiene l'entità a cui viene applicato l'intercettore.

Si applica a