Click or drag to resize

LinqUtils.AddPathEdgesToPrefetchPathElement Method

Adds the path edges to prefetch path element.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public static void AddPathEdgesToPrefetchPathElement(
	IPrefetchPathElementCore pathElement,
	List<PathEdgeExpression> edges
)

Parameters

pathElement
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPrefetchPathElementCore
The path element.
edges
Type: System.Collections.Generic.List<PathEdgeExpression>
The edges.
See Also