DataServiceQuery<TElement>.Expand(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以傳回的查詢所產生之 URI 中設定的擴展選項來建立新的 DataServiceQuery<TElement>。
public:
System::Data::Services::Client::DataServiceQuery<TElement> ^ Expand(System::String ^ path);
public System.Data.Services.Client.DataServiceQuery<TElement> Expand (string path);
member this.Expand : string -> System.Data.Services.Client.DataServiceQuery<'Element>
Public Function Expand (path As String) As DataServiceQuery(Of TElement)
參數
- path
- String
字串值,包含要求的 URI。
傳回
包含要求之 $expand
查詢選項的新查詢,且此查詢選項已附加至提供之查詢的 URI。