Click or drag to resize
LinqUtilsAddPathEdgesToPrefetchPath Method
Adds the path edge to the prefetch path passed in.

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 AddPathEdgesToPrefetchPath(
	IPrefetchPathCore path,
	List<PathEdgeExpression> edges
)

Parameters

path
Type: SD.LLBLGen.Pro.ORMSupportClassesIPrefetchPathCore
The path.
edges
Type: System.Collections.GenericListPathEdgeExpression
The edges.
See Also