ResultSetPathExpression Property

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 ServiceOperation
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.

See Also

Reference

ServiceOperation Class

System.Data.Services.Providers Namespace