QueryInterceptorAttribute.EntitySetName Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : stringPublic ReadOnly Property EntitySetName As StringProperty Value
A string that indicates the name of the entity set that contains the entity to which the interceptor applies.