IExpandedResult 接口
声明支持 WCF 数据服务 $expand 查询选项上结果和关联段枚举器所需的成员。
命名空间: System.Data.Services
程序集: Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)
语法
声明
Public Interface IExpandedResult
用法
Dim instance As IExpandedResult
public interface IExpandedResult
public interface class IExpandedResult
type IExpandedResult = interface end
public interface IExpandedResult
IExpandedResult 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
ExpandedElement | 获取具有扩展属性的元素。 |
页首
方法
名称 | 说明 | |
---|---|---|
GetExpandedPropertyValue | 获取结果命名属性的值。 |
页首
注释
扩展提供程序可以生成实现此接口以重塑扩展属性的枚举。