Proprietà ServiceAction.ResultSetPathExpression
Ottiene o imposta l'espressione di percorso per calcolare il set di risorse del risultato della funzione se la funzione restituisce un'entità o una raccolta di entità.
Spazio dei nomi System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ResultSetPathExpression As ResourceSetPathExpression
Get
'Utilizzo
Dim instance As ServiceAction
Dim value As ResourceSetPathExpression
value = instance.ResultSetPathExpression
public ResourceSetPathExpression ResultSetPathExpression { get; }
public:
property ResourceSetPathExpression^ ResultSetPathExpression {
ResourceSetPathExpression^ get ();
}
member ResultSetPathExpression : ResourceSetPathExpression
function get ResultSetPathExpression () : ResourceSetPathExpression
Valore proprietà
Tipo: System.Data.Services.Providers.ResourceSetPathExpression
Espressione di percorso da calcolare.