QueryInterceptorAttribute(String) Konstruktor

Definice

Inicializuje novou instanci QueryInterceptorAttribute třídy pro sadu entit určenou parametrem entitySetName .

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)

Parametry

entitySetName
String

Název sady entit, která obsahuje entitu, na kterou se zachytávací objekt vztahuje.

Platí pro