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.6.0.0 (5.6.19.0117)
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