QueryInterceptorAttribute.EntitySetName 属性

获取包含要对其应用侦听器的实体的实体集的名称。

命名空间:  System.Data.Services
程序集:  Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)

语法

声明
Public ReadOnly Property EntitySetName As String
    Get
用法
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

属性值

类型:System.String
指示包含要对其应用侦听器的实体的实体集的名称的字符串。

请参阅

参考

QueryInterceptorAttribute 类

System.Data.Services 命名空间