QueryInterceptorAttribute.EntitySetName Property

Definition

Gets the name of the entity set that contains the entity to which the interceptor applies.

public:
 property System::String ^ EntitySetName { System::String ^ get(); };
public string EntitySetName { get; }
member this.EntitySetName : string
Public ReadOnly Property EntitySetName As String

Property Value

A string that indicates the name of the entity set that contains the entity to which the interceptor applies.

Applies to