Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Gets or sets the path expression to calculate the result resource set of the function if the function returns an entity or a collection of entity.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property ResultSetPathExpression As ResourceSetPathExpression
Get
'Usage
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
Property Value
Type: System.Data.Services.Providers.ResourceSetPathExpression
The Path expression to calculate.