다음을 통해 공유


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를 포함하는 제공된 queryable 개체와 동일한 형식의 expandPaths 개체입니다.

설명

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

반환된 IEnumerable은 확장에 대한 열거 가능한 개체를 제공하도록 IExpandedResult 인터페이스를 구현할 수 있습니다. 그렇지 않으면 열거된 개체에서 확장된 정보를 직접 찾습니다.

적용 대상