Proprietà QueryInterceptorAttribute.EntitySetName
Ottiene il nome del set di entità che contiene l'entità a cui viene applicato l'intercettore.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property EntitySetName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
Una stringa che indica il nome del set di entità che contiene l'entità a cui viene applicato l'intercettore.