QueryInterceptorAttribute(String) Construtor

Definição

Inicializa uma nova instância da QueryInterceptorAttribute classe para o conjunto de entidades especificado pelo entitySetName parâmetro.

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

Parâmetros

entitySetName
String

O nome do conjunto de entidades que contém a entidade à qual o interceptador se aplica.

Aplica-se a