Share via


ServiceAction.ResultSetPathExpression Property

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.

See Also

Reference

ServiceAction Class

System.Data.Services.Providers Namespace