Click or drag to resize
PathEdge<TEndNode> Constructor (IPrefetchPathElementCore, Expression<Func<TEndNode, Boolean>>,IPathEdge[])

Namespace: SD.LLBLGen.Pro.LinqSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public PathEdge(
	IPrefetchPathElementCore pathElement,
	Expression<Func<TEndNode, bool>> filterLambda,
	params IPathEdge[] childEdges
)

Parameters

pathElement
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPrefetchPathElementCore
The path element.
filterLambda
Type: System.Linq.Expressions.Expression<Func<TEndNode, Boolean>>
The filter lambda.
childEdges
Type:SD.LLBLGen.Pro.LinqSupportClasses.IPathEdge[]
The child edges.
See Also