Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the entity set that contains the entity to which the interceptor applies.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property EntitySetName As String
Get
'Usage
Dim instance As QueryInterceptorAttribute
Dim value As String
value = instance.EntitySetName
public string EntitySetName { get; }
public:
property String^ EntitySetName {
String^ get ();
}
member EntitySetName : string
function get EntitySetName () : String
Property Value
Type: System.String
A string that indicates the name of the entity set that contains the entity to which the interceptor applies.