IExpandProvider.ApplyExpansions 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將擴充套用至指定的 queryable
參數。
public:
System::Collections::IEnumerable ^ ApplyExpansions(System::Linq::IQueryable ^ queryable, System::Collections::Generic::ICollection<System::Data::Services::ExpandSegmentCollection ^> ^ expandPaths);
public System.Collections.IEnumerable ApplyExpansions (System.Linq.IQueryable queryable, System.Collections.Generic.ICollection<System.Data.Services.ExpandSegmentCollection> expandPaths);
abstract member ApplyExpansions : System.Linq.IQueryable * System.Collections.Generic.ICollection<System.Data.Services.ExpandSegmentCollection> -> System.Collections.IEnumerable
Public Function ApplyExpansions (queryable As IQueryable, expandPaths As ICollection(Of ExpandSegmentCollection)) As IEnumerable
參數
- queryable
- IQueryable
要擴充的 IQueryable<T> 物件。
- expandPaths
- ICollection<ExpandSegmentCollection>
要擴充之 ExpandSegmentCollection 路徑的集合。
傳回
IEnumerable 物件,其型別與提供的 queryable
物件相同,而且包含指定的 expandPaths
。
備註
方法 ApplyExpansions 可以修改 expandPaths
,以指出包含哪些擴充。
傳回的 IEnumerable 可以實 IExpandedResult 作 介面,以提供可列舉的擴充物件;否則,擴充的信息應該直接在列舉物件中找到。