IExpandProvider.ApplyExpansions 메서드

정의

지정된 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 지정된 expandPaths개체를 포함하는 제공된 queryable 개체와 형식이 같은 개체입니다.

설명

이 메서드는 ApplyExpansions 포함되는 확장을 나타내도록 수정 expandPaths 할 수 있습니다.

반환 IEnumerable 된 인터페이스를 IExpandedResult 구현하여 확장에 열거 가능한 개체를 제공할 수 있습니다. 그렇지 않으면 확장된 정보가 열거된 개체에서 직접 발견될 것으로 예상됩니다.

적용 대상