Click or drag to resize
LLBLGenProODataServiceExpandProviderApplyExpansions Method
Applies expansions to the specified query parameter.

Namespace:  SD.LLBLGen.Pro.ODataSupportClasses
Assembly:  SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IEnumerable ApplyExpansions(
	IQueryable query,
	ICollection<ExpandSegmentCollection> expandPaths
)

Parameters

query
Type: System.LinqIQueryable
The IQueryableT object to expand.
expandPaths
Type: System.Collections.GenericICollectionExpandSegmentCollection
A collection of ExpandSegmentCollection paths to expand.

Return Value

Type: IEnumerable

Implements

IExpandProviderApplyExpansions(IQueryable, ICollectionExpandSegmentCollection)
See Also