ChangeInterceptorAttribute::EntitySetName Property

 

Gets the name of the entity set 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^

The string value that represents entity set name.

.NET Framework
Available since 3.5
Return to top
Show: