Share via


QueryInterceptorAttribute Constructor

Initializes a new instance of the QueryInterceptorAttribute class for the entity set specified by the entitySetName parameter.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Sub New ( _
    entitySetName As String _
)
'Usage
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
)

Parameters

  • entitySetName
    Type: System.String
    The name of the entity set that contains the entity to which the interceptor applies.

See Also

Reference

QueryInterceptorAttribute Class

System.Data.Services Namespace