DataServiceQuery<TElement>.Expand メソッド (String)

関連エンティティ セットのエンティティをクエリ応答に含めるようにクエリを拡張します。

名前空間:  System.Data.Services.Client
アセンブリ:  Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)

構文

'宣言
Public Function Expand ( _
    path As String _
) As DataServiceQuery(Of TElement)
'使用
Dim instance As DataServiceQuery
Dim path As String
Dim returnValue As DataServiceQuery(Of TElement)

returnValue = instance.Expand(path)
public DataServiceQuery<TElement> Expand(
    string path
)
public:
DataServiceQuery<TElement>^ Expand(
    String^ path
)
member Expand : 
        path:string -> DataServiceQuery<'TElement> 
public function Expand(
    path : String
) : DataServiceQuery<TElement>

パラメーター

  • path
    型: System.String
    Orders/Order_Details 形式の展開パス。

戻り値

型: System.Data.Services.Client.DataServiceQuery<TElement>
指定されたクエリの URI に追加された、要求された $expand クエリ オプションを含む新しいクエリ。

説明

Expand(String) メソッドは、返されたクエリによって生成される URI で展開オプションを設定して、新しい DataServiceQuery<TElement> を作成します。

関連項目

参照

DataServiceQuery<TElement> クラス

Expand オーバーロード

System.Data.Services.Client 名前空間