ChangeInterceptorAttribute Constructor
Creates a new change interceptor for an entity set specified by the parameter entitySetName.
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 ChangeInterceptorAttribute(entitySetName)
public ChangeInterceptorAttribute(
string entitySetName
)
public:
ChangeInterceptorAttribute(
String^ entitySetName
)
new :
entitySetName:string -> ChangeInterceptorAttribute
public function ChangeInterceptorAttribute(
entitySetName : String
)
Parameters
- entitySetName
Type: System.String
The name of the entity set that contains the entity to which the interceptor applies.