Costruttore QueryInterceptorAttribute
Inizializza una nuova istanza della classe QueryInterceptorAttribute per il set di entità specificato dal parametro entitySetName.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
entitySetName As String _
)
'Utilizzo
Dim entitySetName As String
Dim instance As New QueryInterceptorAttribute(entitySetName)
public QueryInterceptorAttribute(
string entitySetName
)
public:
QueryInterceptorAttribute(
String^ entitySetName
)
new :
entitySetName:string -> QueryInterceptorAttribute
public function QueryInterceptorAttribute(
entitySetName : String
)
Parametri
- entitySetName
Tipo: System.String
Il nome del set di entità che contiene l'entità a cui viene applicato l'intercettore.