IExpandedResult 接口

定义

声明支持 WCF Data Services $expand 查询选项上的结果和关联段的枚举器所需的成员。

public interface class IExpandedResult
public interface IExpandedResult
type IExpandedResult = interface
Public Interface IExpandedResult
派生

注解

扩展提供程序可以生成实现此接口以重塑扩展属性的枚举。

属性

名称 说明
ExpandedElement

获取具有展开属性的元素。

方法

名称 说明
GetExpandedPropertyValue(String)

获取结果的命名属性的值。

适用于