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