注意:此 API 现在已过时。
此接口声明要求方法,以支持 WCF 数据服务 的 $expand 查询选项。
命名空间: System.Data.Services
程序集: Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)
语法
声明
<ObsoleteAttribute("The IExpandProvider interface is deprecated.")> _
Public Interface IExpandProvider
用法
Dim instance As IExpandProvider
[ObsoleteAttribute("The IExpandProvider interface is deprecated.")]
public interface IExpandProvider
[ObsoleteAttribute(L"The IExpandProvider interface is deprecated.")]
public interface class IExpandProvider
[<ObsoleteAttribute("The IExpandProvider interface is deprecated.")>]
type IExpandProvider = interface end
public interface IExpandProvider
IExpandProvider 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
ApplyExpansions | 将扩展应用到指定的 queryable 参数。 |
页首