IExpandProvider インターフェイス
メモ: この API は、互換性のために残されています。
このインターフェイスには、WCF Data Services の $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 パラメーターに展開を適用します。 |
先頭に戻る