Click or drag to resize
LinqUtilsAddPathEdgesToPrefetchPathElement 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.3.0.0 (5.3.0)
Syntax
public static void AddPathEdgesToPrefetchPathElement(
	IPrefetchPathElementCore pathElement,
	List<PathEdgeExpression> edges
)

Parameters

pathElement
Type: SD.LLBLGen.Pro.ORMSupportClassesIPrefetchPathElementCore
The path element.
edges
Type: System.Collections.GenericListPathEdgeExpression
The edges.
See Also