ServiceAction.ResultSetPathExpression 属性

如果函数返回实体或实体集合,则获取或设置用于计算函数结果资源集的路径表达式。

命名空间:  System.Data.Services.Providers
程序集:  Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)

语法

声明
Public ReadOnly Property ResultSetPathExpression As ResourceSetPathExpression
    Get
用法
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

属性值

类型:System.Data.Services.Providers.ResourceSetPathExpression
要计算的路径表达式。

请参阅

参考

ServiceAction 类

System.Data.Services.Providers 命名空间