QueryInterceptorAttribute::EntitySetName Property

 

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

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

public:
property String^ EntitySetName {
	String^ get();
}

Property Value

Type: System::String^

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

.NET Framework
Available since 3.5
Return to top
Show: